From: Yann E. MORIN Date: Sun, 17 Feb 2013 13:22:30 +0000 (+0000) Subject: package/vtun: add missing 'depends on' zlib X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54b2bad158fd10c0514fe37832108c30e0c4a291;p=buildroot.git 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 --- diff --git a/package/vtun/Config.in b/package/vtun/Config.in index b40de255bc..7afda9e2aa 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.