bb449b19c5
Signed-off-by: Christian Stewart <christian@paral.in> Tested-by: Matthew Weber <matthew.weber@rockwellcollins.com> [yann.morin.1998@free.fr: rename package] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
config BR2_PACKAGE_SCREENFETCH
|
|
bool "screenfetch"
|
|
depends on BR2_USE_MMU # bash
|
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
|
|
select BR2_PACKAGE_BASH # runtime dependency
|
|
help
|
|
screenFetch is a bash script to display distro info.
|
|
|
|
https://github.com/KittyKatt/screenFetch
|