From: Bernhard Reutner-Fischer Date: Tue, 20 Dec 2005 15:15:54 +0000 (-0000) Subject: - vtun depends on lzo and openssl just like openvpn X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=504a1c95d69114d24b4c3f54f3a10d836111fe09;p=buildroot.git - vtun depends on lzo and openssl just like openvpn --- diff --git a/package/vtun/Config.in b/package/vtun/Config.in index 00dea3eb06..d9f161c3cb 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.