From 54b2bad158fd10c0514fe37832108c30e0c4a291 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 17 Feb 2013 13:22:30 +0000 Subject: package/vtun: add missing 'depends on' zlib The dependency on zlib is correctly expresed in vtun.mk, but was missing from the Config.in. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- package/vtun/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/vtun/Config.in') diff --git a/package/vtun/Config.in b/package/vtun/Config.in index b40de255b..7afda9e2a 100644 --- a/package/vtun/Config.in +++ b/package/vtun/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_VTUN bool "vtun - BEWARE: read package/vtun/README.txt before use" select BR2_PACKAGE_LZO select BR2_PACKAGE_OPENSSL + select BR2_PACKAGE_ZLIB help Tool for easily creating Virtual Tunnels over TCP/IP networks with traffic shaping, compression, and encryption. -- cgit v1.2.3