luci-app-passwall: sync upstream

last commit: 740a44593c
This commit is contained in:
gitea-action 2024-11-05 00:00:24 +08:00
parent a538393db3
commit 7117fafaa3
2 changed files with 8 additions and 2 deletions

View File

@ -173,6 +173,12 @@ define Package/$(PKG_NAME)/conffiles
/usr/share/passwall/rules/domains_excluded
endef
define Package/$(PKG_NAME)/postrm
#!/bin/sh
rm -f $${IPKG_INSTROOT}/usr/share/passwall/rules/*.nft
exit 0
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature

View File

@ -1,5 +1,5 @@
diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile
index 3a668e2..7e7fa34 100644
index db37783..970b61e 100644
--- a/luci-app-passwall/Makefile
+++ b/luci-app-passwall/Makefile
@@ -171,7 +171,6 @@ define Package/$(PKG_NAME)/conffiles
@ -9,7 +9,7 @@ index 3a668e2..7e7fa34 100644
-/www/luci-static/resources/qrcode.min.js
endef
include $(TOPDIR)/feeds/luci/luci.mk
define Package/$(PKG_NAME)/postrm
diff --git a/luci-app-passwall/luasrc/controller/passwall.lua b/luci-app-passwall/luasrc/controller/passwall.lua
index 03006a6..f384bbc 100644
--- a/luci-app-passwall/luasrc/controller/passwall.lua