mirror of https://github.com/kenzok8/small.git
update 2025-01-28 12:15:43
This commit is contained in:
parent
75a97c4c19
commit
0de7338530
|
@ -6,7 +6,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-passwall
|
||||
PKG_VERSION:=25.1.15
|
||||
PKG_VERSION:=25.1.28
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
|
|
|
@ -1383,6 +1383,8 @@ gen_include() {
|
|||
${__ipt}
|
||||
|
||||
${__ip6t}
|
||||
|
||||
return 0
|
||||
EOF
|
||||
return 0
|
||||
}
|
||||
|
|
|
@ -1394,6 +1394,8 @@ gen_include() {
|
|||
|
||||
cat <<-EOF >> $FWI
|
||||
${__nft}
|
||||
|
||||
return 0
|
||||
EOF
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue