update-09.14
This commit is contained in:
parent
efcaf60fbf
commit
9e481523bc
|
@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=luci-app-dnsfilter
|
PKG_NAME:=luci-app-dnsfilter
|
||||||
PKG_VERSION:=1.0
|
PKG_VERSION:=1.0
|
||||||
PKG_RELEASE:=10
|
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_TITLE:=LuCI support for DNSFilter
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
|
|
|
@ -11,6 +11,7 @@ uci -q batch <<-EOF >/dev/null
|
||||||
set firewall.dnsfilter.reload=1
|
set firewall.dnsfilter.reload=1
|
||||||
commit firewall
|
commit firewall
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod 755 /etc/init.d/dnsfilter /usr/share/dnsfilter/* >/dev/null 2>&1
|
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
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue