Browse Source

chaosvpn: add missing dependency on zlib

Signed-off-by: Felix Fietkau <nbd@nbd.name>
lilik-openwrt-22.03
Felix Fietkau 9 years ago
parent
commit
0ed48e6e82
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/chaosvpn/Makefile

+ 1
- 1
net/chaosvpn/Makefile View File

@ -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


Loading…
Cancel
Save