- vtun depends on lzo and openssl just like openvpn

This commit is contained in:
Bernhard Reutner-Fischer 2005-12-20 15:15:54 +00:00
parent a3a46b5545
commit 504a1c95d6

View file

@ -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.