mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 07:17:17 +00:00
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
config 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
|