2016-12-19 22:29:13 +01:00
|
|
|
config BR2_PACKAGE_S6_PORTABLE_UTILS
|
|
|
|
bool "s6-portable-utils"
|
|
|
|
depends on BR2_USE_MMU # skalibs
|
2017-04-22 19:18:05 +02:00
|
|
|
select BR2_PACKAGE_SKALIBS
|
2016-12-19 22:29:13 +01:00
|
|
|
help
|
|
|
|
s6-portable-utils is a set of tiny general Unix utilities,
|
|
|
|
often performing well-known tasks such as cut and grep, but
|
|
|
|
optimized for simplicity and small size. They were designed
|
|
|
|
for embedded systems and other constrained environments, but
|
|
|
|
they work everywhere.
|
|
|
|
|
|
|
|
http://skarnet.org/software/s6-portable-utils/
|