From d0b11058511642d4dc6fd26abbb2419b959a9806 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 3 Jul 2016 10:26:53 +0200 Subject: [PATCH] babeld: needs MMU as it uses fork() Fixes: http://autobuild.buildroot.net/results/986953a9bb49cd68338dc15e1a2f96045e44bf02/ Signed-off-by: Thomas Petazzoni --- package/babeld/Config.in | 1 + 1 file changed, 1 insertion(+) 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. -- 2.30.2