8a8546e584
It uses spawn() and thus fork(), so it needs an MMU. Fixes a build issue reported on IRC for a cortex-m4 build: http://pastebin.com/dGCsy0sr Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
243 B
Plaintext
10 lines
243 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
|
|
/sbin/init - parent of all processes
|
|
|
|
http://savannah.nongnu.org/projects/sysvinit
|