babeld: needs MMU as it uses fork()
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 08:26:53 +0000 (10:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 08:26:53 +0000 (10:26 +0200)
Fixes:

  http://autobuild.buildroot.net/results/986953a9bb49cd68338dc15e1a2f96045e44bf02/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/babeld/Config.in

index 67f499cb1fc10dda21957b627106f314c7d364fc..5d08c0842a8d58c5d60798769980fc44a5a8b811 100644 (file)
@@ -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.