diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-10-09 18:30:40 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-09 23:40:09 +0200 |
commit | d3f8d974ffef0ed1f0f8fcaa8be598acc89163fc (patch) | |
tree | cee2c79903d57d736e85757253eae2d22711ec11 | |
parent | ef6cd52b8a4a372d5fcc6b5a66f3b8d1ea310d56 (diff) | |
download | buildroot-d3f8d974ffef0ed1f0f8fcaa8be598acc89163fc.tar.gz buildroot-d3f8d974ffef0ed1f0f8fcaa8be598acc89163fc.zip |
vtun: needs mmu
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/vtun/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/vtun/Config.in b/package/vtun/Config.in index fe1f0d0c92..c1f6d384fc 100644 --- a/package/vtun/Config.in +++ b/package/vtun/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_VTUN select BR2_PACKAGE_LZO select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_ZLIB + depends on BR2_USE_MMU # fork() help Tool for easily creating Virtual Tunnels over TCP/IP networks with traffic shaping, compression, and encryption. |