Browse Source

apfree-wifidog: fix compile error

which requires libiptext library from iptables

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
(cherry picked from commit 7408185c1d)
lilik-openwrt-22.03
Dengfeng Liu 2 years ago
committed by Rosen Penev
parent
commit
a8374c48e1
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      net/apfree-wifidog/Makefile

+ 1
- 2
net/apfree-wifidog/Makefile View File

@ -27,8 +27,7 @@ define Package/apfree-wifidog
SUBMENU:=Captive Portals
SECTION:=net
CATEGORY:=Network
DEPENDS:=+zlib +iptables-mod-extra +iptables-mod-ipopt +kmod-ipt-nat +iptables-mod-nat-extra \
+libjson-c +ipset +libip4tc +libevent2 +libevent2-openssl +libuci +px5g
DEPENDS:=+zlib +firewall4 +iptables +libip4tc +libjson-c +libevent2 +libevent2-openssl +libuci +px5g
TITLE:=Apfree's wireless captive portal solution
URL:=https://github.com/liudf0716/apfree_wifidog
endef


Loading…
Cancel
Save