[Buildroot] [PATCH] ebtables: needs MMU

Baruch Siach baruch at tkos.co.il
Wed Jan 30 08:02:59 UTC 2013


Fixes:
http://autobuild.buildroot.net/results/201f8d3d58cdff0c3501a673003558103237fb22/

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/ebtables/Config.in |    1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ebtables/Config.in b/package/ebtables/Config.in
index 40bc45c..ce67285 100644
--- a/package/ebtables/Config.in
+++ b/package/ebtables/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_EBTABLES
 	bool "ebtables"
 	depends on BR2_INET_IPV6
+	depends on BR2_USE_MMU # fork()
 	help
 	  Ethernet bridge frame table administration
 
-- 
1.7.10.4



More information about the buildroot mailing list