summaryrefslogtreecommitdiff
path: root/package/babeld
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 10:26:53 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 10:26:53 +0200
commitd0b11058511642d4dc6fd26abbb2419b959a9806 (patch)
treec4e2f405269b0cc98625905c11cab0ecc1872f57 /package/babeld
parent37f041205ee1925d839bd031cacbb35a0fb28c99 (diff)
babeld: needs MMU as it uses fork()
Fixes: http://autobuild.buildroot.net/results/986953a9bb49cd68338dc15e1a2f96045e44bf02/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/babeld')
-rw-r--r--package/babeld/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/babeld/Config.in b/package/babeld/Config.in
index 67f499cb1..5d08c0842 100644
--- a/package/babeld/Config.in
+++ b/package/babeld/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_BABELD
bool "babeld"
+ depends on BR2_USE_MMU # fork()
help
Babel is a loop-avoiding distance-vector routing protocol for IPv6
and IPv4 with fast convergence properties.