summaryrefslogtreecommitdiffstats
path: root/package/vtun
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2005-12-20 16:15:54 +0100
committerBernhard Reutner-Fischer2005-12-20 16:15:54 +0100
commit504a1c95d69114d24b4c3f54f3a10d836111fe09 (patch)
treeac0e5d7eebdc10fdc295eefab090f71bf2247cf2 /package/vtun
parent- add dirclean target to libsysfs (diff)
downloadbuildroot-504a1c95d69114d24b4c3f54f3a10d836111fe09.tar.gz
buildroot-504a1c95d69114d24b4c3f54f3a10d836111fe09.tar.xz
buildroot-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.