diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-10-09 18:30:46 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-09 23:40:29 +0200 |
commit | 92af118d82a6031c7d9750959d6dc07a82a54ac4 (patch) | |
tree | 0d9f9795c7712f6a5d694e2ff4763f7ff95f4e65 | |
parent | a2f298cebbd0ac3e0e31aca56e0426c60597104b (diff) | |
download | buildroot-92af118d82a6031c7d9750959d6dc07a82a54ac4.tar.gz buildroot-92af118d82a6031c7d9750959d6dc07a82a54ac4.zip |
vde2: needs mmu
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | 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 f069a7936e..2bbd822c22 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/ |