git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
46f4f92
)
chaosvpn: add missing dependency on zlib
author
Felix Fietkau
<redacted>
Sun, 24 Jul 2016 12:35:54 +0000
(14:35 +0200)
committer
Felix Fietkau
<redacted>
Sun, 24 Jul 2016 12:35:54 +0000
(14:35 +0200)
Signed-off-by: Felix Fietkau <redacted>
net/chaosvpn/Makefile
patch
|
blob
|
history
diff --git
a/net/chaosvpn/Makefile
b/net/chaosvpn/Makefile
index e37b306cf09da0e7a03582d7b5f1ec854b90f2bd..f36c8d5f2c4bdbd143fd372df4493473ab6bdd53 100644
(file)
--- a/
net/chaosvpn/Makefile
+++ b/
net/chaosvpn/Makefile
@@
-29,7
+29,7
@@
define Package/chaosvpn
CATEGORY:=Network
URL:=https://wiki.hamburg.ccc.de/index.php/ChaosVPN::DebianHowto
SUBMENU:=VPN
- DEPENDS:=+tinc +ip +kmod-tun +libopenssl
+ DEPENDS:=+tinc +ip +kmod-tun +libopenssl
+zlib
endef
define Package/chaosvpn/description
git clone https://git.99rst.org/PROJECT