projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a11f5
)
package/vtun: add missing 'depends on' zlib
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Sun, 17 Feb 2013 13:22:30 +0000
(13:22 +0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 22 Feb 2013 22:49:44 +0000
(23:49 +0100)
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>
package/vtun/Config.in
patch
|
blob
|
history
diff --git
a/package/vtun/Config.in
b/package/vtun/Config.in
index b40de255bc3537794e77aa85b8016a99a0d5744b..7afda9e2aa64f0919430d11f112d9c20e1b98688 100644
(file)
--- 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.