update-09.14

This commit is contained in:
github-actions[bot] 2021-09-14 08:30:01 +08:00
parent efcaf60fbf
commit 9e481523bc
2 changed files with 4 additions and 3 deletions

View File

@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-dnsfilter
PKG_VERSION:=1.0
PKG_RELEASE:=10
PKG_LICENSE:=GPLv2
PKG_MAINTAINER:=small_5 GaryPang
PKG_LICENSE:=GPLv2
PKG_MAINTAINER:=small_5 kiddin9
LUCI_TITLE:=LuCI support for DNSFilter
LUCI_PKGARCH:=all

View File

@ -11,6 +11,7 @@ uci -q batch <<-EOF >/dev/null
set firewall.dnsfilter.reload=1
commit firewall
EOF
chmod 755 /etc/init.d/dnsfilter /usr/share/dnsfilter/* >/dev/null 2>&1
rm -rf /tmp/luci-modulecache /tmp/luci-indexcache*
rm -rf /tmp/luci-*
exit 0