summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/vtun/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vtun/Config.in b/package/vtun/Config.in
index c1f6d384fc..bb8919c3d0 100644
--- a/package/vtun/Config.in
+++ b/package/vtun/Config.in
@@ -1,9 +1,9 @@
config BR2_PACKAGE_VTUN
bool "vtun"
+ depends on BR2_USE_MMU # fork()
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.
OpenPOWER on IntegriCloud