1config BR2_PACKAGE_S6_PORTABLE_UTILS 2 bool "s6-portable-utils" 3 depends on BR2_USE_MMU # skalibs 4 select BR2_PACKAGE_SKALIBS 5 help 6 s6-portable-utils is a set of tiny general Unix utilities, 7 often performing well-known tasks such as cut and grep, but 8 optimized for simplicity and small size. They were designed 9 for embedded systems and other constrained environments, but 10 they work everywhere. 11 12 http://skarnet.org/software/s6-portable-utils/ 13