[Buildroot] [git commit] vde2: needs mmu

Peter Korsgaard peter at korsgaard.com
Wed Oct 9 21:40:29 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=92af118d82a6031c7d9750959d6dc07a82a54ac4
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/vde2/Config.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/vde2/Config.in b/package/vde2/Config.in
index f069a79..2bbd822 100644
--- a/package/vde2/Config.in
+++ b/package/vde2/Config.in
@@ -1,8 +1,9 @@
 config BR2_PACKAGE_VDE2
 	bool "vde2"
+	depends on BR2_USE_MMU # fork()
 	help
 	  VDE is an ethernet compliant virtual network that can be
 	  spawned over a set of physical computers over the Internet.
 	  VDE is part of the virtualsquare project.
-	  
+
 	  http://vde.sourceforge.net/


More information about the buildroot mailing list