summaryrefslogtreecommitdiffstats
path: root/package/vtun
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-12-20 15:15:54 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-12-20 15:15:54 +0000
commit504a1c95d69114d24b4c3f54f3a10d836111fe09 (patch)
treeac0e5d7eebdc10fdc295eefab090f71bf2247cf2 /package/vtun
parenta3a46b5545561fafe8d7fc5b4f1cab765ef41a35 (diff)
downloadbuildroot-novena-504a1c95d69114d24b4c3f54f3a10d836111fe09.tar.gz
buildroot-novena-504a1c95d69114d24b4c3f54f3a10d836111fe09.zip
- vtun depends on lzo and openssl just like openvpn
Diffstat (limited to 'package/vtun')
-rw-r--r--package/vtun/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/vtun/Config.in b/package/vtun/Config.in
index 00dea3eb0..d9f161c3c 100644
--- a/package/vtun/Config.in
+++ b/package/vtun/Config.in
@@ -1,6 +1,8 @@
config BR2_PACKAGE_VTUN
bool "vtun"
default n
+ select BR2_PACKAGE_LZO
+ select BR2_PACKAGE_OPENSSL
help
Tool for easily creating Virtual Tunnels over TCP/IP networks
with traffic shaping, compression, and encryption.