luci-app-passwall2: sync upstream

last commit: c2b5fb77ee
This commit is contained in:
gitea-action 2025-01-27 18:30:21 +08:00
parent 34dc24d012
commit 15d0c3fb0c
3 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-passwall2 PKG_NAME:=luci-app-passwall2
PKG_VERSION:=25.1.8 PKG_VERSION:=25.1.27
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_CONFIG_DEPENDS:= \ PKG_CONFIG_DEPENDS:= \

View File

@ -1048,6 +1048,8 @@ gen_include() {
${__ipt} ${__ipt}
${__ip6t} ${__ip6t}
return 0
EOF EOF
return 0 return 0
} }

View File

@ -1081,6 +1081,8 @@ gen_include() {
cat <<-EOF >> $FWI cat <<-EOF >> $FWI
${__nft} ${__nft}
return 0
EOF EOF
return 0 return 0
} }