1config BR2_PACKAGE_SCREENFETCH
2 bool "screenfetch"
3 depends on BR2_USE_MMU # bash
4 depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
5 select BR2_PACKAGE_BASH # runtime dependency
6 help
7 screenFetch is a bash script to display distro info.
8
9 https://github.com/KittyKatt/screenFetch
10