svn commit: trunk/buildroot/package/vtun

aldot at uclibc.org aldot at uclibc.org
Tue Dec 20 15:15:54 UTC 2005


Author: aldot
Date: 2005-12-20 07:15:54 -0800 (Tue, 20 Dec 2005)
New Revision: 12956

Log:
- vtun depends on lzo and openssl just like openvpn


Modified:
   trunk/buildroot/package/vtun/Config.in


Changeset:
Modified: trunk/buildroot/package/vtun/Config.in
===================================================================
--- trunk/buildroot/package/vtun/Config.in	2005-12-20 15:09:40 UTC (rev 12955)
+++ trunk/buildroot/package/vtun/Config.in	2005-12-20 15:15:54 UTC (rev 12956)
@@ -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.




More information about the uClibc-cvs mailing list