diff mbox

[2/8] vtun: needs mmu

Message ID 1381354246-29140-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit d3f8d974ffef0ed1f0f8fcaa8be598acc89163fc
Headers show

Commit Message

Gustavo Zacarias Oct. 9, 2013, 9:30 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/vtun/Config.in | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/package/vtun/Config.in b/package/vtun/Config.in
index fe1f0d0..c1f6d38 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.