aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDengfeng Liu <liudf0716@gmail.com>2024-02-28 13:05:26 +0800
committerTianling Shen <cnsztl@gmail.com>2024-03-02 19:12:06 +0800
commit13d92895584b22b50b9f50dd6e13d97623b42962 (patch)
tree5554c6d785d6f6b3ada44bbb6f569d7d69148fee
parentcf3e16a08d9e611a754d8c818754718071e696c6 (diff)
apfree-wifidog: update to 7.02.1977
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
-rw-r--r--net/apfree-wifidog/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/apfree-wifidog/Makefile b/net/apfree-wifidog/Makefile
index 8cf93e017..79d1c5c47 100644
--- a/net/apfree-wifidog/Makefile
+++ b/net/apfree-wifidog/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=apfree-wifidog
-PKG_VERSION:=6.08.1950
+PKG_VERSION:=7.02.1977
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/liudf0716/apfree-wifidog.git
PKG_SOURCE_VERSION:=$(PKG_VERSION)
-PKG_MIRROR_HASH:=1fb8f80970b29e7af382c6d35cb23ee6eb932483579ce9497e21ce0fb65a381f
+PKG_MIRROR_HASH:=f43786523099f90c46c4e7bf99b4bb3c705113939f5348f7136a13b346aed529
PKG_MAINTAINER:=Dengfeng Liu <liudf0716@gmail.com>
PKG_LICENSE:=GPL-3.0-or-later
@@ -27,7 +27,7 @@ define Package/apfree-wifidog
SUBMENU:=Captive Portals
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+zlib +libjson-c +libevent2 +libevent2-openssl +libuci
+ DEPENDS:=+zlib +libjson-c +libevent2 +libevent2-openssl +libuci +openssl-util +libnetfilter-queue
TITLE:=Apfree's wireless captive portal solution
URL:=https://github.com/liudf0716/apfree_wifidog
endef