From patchwork Sun Feb 17 23:22:30 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/6] package/vtun: add missing 'depends on' zlib Date: Sun, 17 Feb 2013 13:22:30 -0000 From: "Yann E. MORIN" X-Patchwork-Id: 221122 Message-Id: To: buildroot@busybox.net Cc: "Yann E. MORIN" The dependency on zlib is correctly expresed in vtun.mk, but was missing from the Config.in. Signed-off-by: "Yann E. MORIN" --- package/vtun/Config.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/vtun/Config.in b/package/vtun/Config.in index b40de25..7afda9e 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.