]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
- vtun depends on lzo and openssl just like openvpn
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 20 Dec 2005 15:15:54 +0000 (15:15 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 20 Dec 2005 15:15:54 +0000 (15:15 -0000)
package/vtun/Config.in

index 00dea3eb06261c684a878e13d46aa64de7b59864..d9f161c3cbadd7f1acbc74caa2c7777150bf207e 100644 (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.