Files
buildroot/package/s6-linux-utils/Config.in
J. Neuschäfer 5b54c1166b package/s6-linux-utils: add option to build multicall binary
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>
2024-08-15 10:57:37 +02:00

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