kumquat-buildroot/package/s6-linux-init/Config.in
Eric Le Bihan 08adaacff1 s6-linux-init: new package
This new package provides s6-linux-init, a set of minimalistic tools to
create a s6-based init system, including a /sbin/init program, on a
machine running a Linux kernel.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-10 22:55:17 +01:00

13 lines
371 B
Plaintext

config BR2_PACKAGE_S6_LINUX_INIT
bool "s6-linux-init"
select BR2_PACKAGE_S6
select BR2_PACKAGE_S6_LINUX_UTILS
select BR2_PACKAGE_S6_PORTABLE_UTILS
depends on BR2_USE_MMU # s6
help
s6-linux-init is a set of minimalistic tools to create a
s6-based init system, including a /sbin/init binary, on a
Linux kernel.
http://skarnet.org/software/s6-linux-init/