linuxOS_D21X/package/third-party/sysvinit/Config.in

17 lines
425 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
menuconfig BR2_PACKAGE_SYSVINIT
bool "sysvinit"
depends on BR2_USE_MMU # fork()
depends on BR2_INIT_SYSV
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
System V style implementation of /sbin/init, parent of all
processes
http://savannah.nongnu.org/projects/sysvinit
if BR2_PACKAGE_SYSVINIT
config BR2_PACKAGE_SYSVINIT_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif