aboutsummaryrefslogtreecommitdiff
path: root/net/apfree-wifidog
diff options
context:
space:
mode:
authorDengfeng Liu <liudf0716@gmail.com>2022-04-05 10:20:36 +0000
committerDengfeng Liu <liudf0716@gmail.com>2022-04-05 10:20:36 +0000
commit7408185c1dcf4925671142314e2493861bb0e5e6 (patch)
tree9ec1d9ded5aeecf5978595788b648029dd87fd0e /net/apfree-wifidog
parentf7cbd445408756b7a44764080063a9a4158988ed (diff)
apfree-wifidog: fix compile error
which requires libiptext library from iptables Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Diffstat (limited to 'net/apfree-wifidog')
-rw-r--r--net/apfree-wifidog/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/apfree-wifidog/Makefile b/net/apfree-wifidog/Makefile
index 31334fb8e..876f6107f 100644
--- a/net/apfree-wifidog/Makefile
+++ b/net/apfree-wifidog/Makefile
@@ -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