Explorar el Código

babeld: needs MMU as it uses fork()

Fixes:

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni hace 9 años
padre
commit
d0b1105851
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/babeld/Config.in

+ 1 - 0
package/babeld/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_BABELD
 config BR2_PACKAGE_BABELD
 	bool "babeld"
 	bool "babeld"
+	depends on BR2_USE_MMU # fork()
 	help
 	help
 	  Babel is a loop-avoiding distance-vector routing protocol for IPv6
 	  Babel is a loop-avoiding distance-vector routing protocol for IPv6
 	  and IPv4 with fast convergence properties.
 	  and IPv4 with fast convergence properties.