parent
34dc24d012
commit
15d0c3fb0c
@ -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:= \
|
||||||
|
@ -1048,6 +1048,8 @@ gen_include() {
|
|||||||
${__ipt}
|
${__ipt}
|
||||||
|
|
||||||
${__ip6t}
|
${__ip6t}
|
||||||
|
|
||||||
|
return 0
|
||||||
EOF
|
EOF
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
@ -1081,6 +1081,8 @@ gen_include() {
|
|||||||
|
|
||||||
cat <<-EOF >> $FWI
|
cat <<-EOF >> $FWI
|
||||||
${__nft}
|
${__nft}
|
||||||
|
|
||||||
|
return 0
|
||||||
EOF
|
EOF
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user