From: Thomas Petazzoni Date: Sun, 3 Jul 2016 08:26:53 +0000 (+0200) Subject: babeld: needs MMU as it uses fork() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0b11058511642d4dc6fd26abbb2419b959a9806;p=buildroot.git babeld: needs MMU as it uses fork() Fixes: http://autobuild.buildroot.net/results/986953a9bb49cd68338dc15e1a2f96045e44bf02/ Signed-off-by: Thomas Petazzoni --- diff --git a/package/babeld/Config.in b/package/babeld/Config.in index 67f499cb1f..5d08c0842a 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.