mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-07 16:10:37 -09:00
Since version 2.6.1.0, with another bugfix in 2.6.2.0, s6-linux-utils can be built as a multicall binary, similar to busybox. Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
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
|