From 504a1c95d69114d24b4c3f54f3a10d836111fe09 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 Dec 2005 15:15:54 +0000 Subject: - vtun depends on lzo and openssl just like openvpn --- package/vtun/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/vtun') 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. -- cgit v1.2.3