cross/armhf-linux-musl/buildroot/buildroot-2025.05/package/s6-linux-utils/Config.in

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