mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
20 lines
450 B
Plaintext
20 lines
450 B
Plaintext
config BR2_PACKAGE_S6_LINUX_UTILS
|
|
bool "s6-linux-utils"
|
|
depends on BR2_USE_MMU # skalibs
|
|
select BR2_PACKAGE_SKALIBS
|
|
help
|
|
s6-linux-utils is a set of minimalistic Linux-specific
|
|
system utilities.
|
|
|
|
http://skarnet.org/software/s6-linux-utils/
|
|
|
|
if BR2_PACKAGE_S6_LINUX_UTILS
|
|
|
|
config BR2_PACKAGE_S6_LINUX_UTILS_MULTICALL
|
|
bool "s6-linux-utils multicall binary"
|
|
help
|
|
Build s6-linux-utils as a multicall binary to save disk
|
|
space.
|
|
|
|
endif
|