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" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4667e1cb86
commit
54b2bad158
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user