mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
system: sysvinit needs MMU
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
2e7df8c6bb
commit
8a8546e584
@@ -1,5 +1,6 @@
|
||||
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
|
||||
|
||||
@@ -106,6 +106,7 @@ config BR2_INIT_BUSYBOX
|
||||
|
||||
config BR2_INIT_SYSV
|
||||
bool "systemV"
|
||||
depends on BR2_USE_MMU # sysvinit
|
||||
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # sysvinit
|
||||
select BR2_PACKAGE_INITSCRIPTS
|
||||
select BR2_PACKAGE_SYSVINIT
|
||||
|
||||
Reference in New Issue
Block a user