summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-08-13 18:57:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-14 16:11:46 +0200
commit8a8546e5847c5281002bfc443a544f2ed8e80601 (patch)
treea6c862e2cefcaa60ec128783ef738aa5ff1c5e71 /system
parent2e7df8c6bbf33a26c7494f9fa352cf15db155c09 (diff)
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>
Diffstat (limited to 'system')
-rw-r--r--system/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/Config.in b/system/Config.in
index 585570713..353421a9c 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -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