luci-app-smartdns: bump to 1.2023.42
Signed-off-by: Nick Peng <pymumu@gmail.com>
This commit is contained in:
parent
451e63d9ba
commit
5babd5a5b4
9 changed files with 4101 additions and 881 deletions
|
@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
|
PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
|
||||||
PKG_VERSION:=1.2022.38
|
PKG_VERSION:=1.2023.42
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI for smartdns
|
LUCI_TITLE:=LuCI for smartdns
|
||||||
LUCI_DESCRIPTION:=Provides Luci for smartdns
|
LUCI_DESCRIPTION:=Provides Luci for smartdns
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -13,7 +13,8 @@
|
||||||
"write": {
|
"write": {
|
||||||
"file": {
|
"file": {
|
||||||
"/etc/smartdns/*": [ "write" ],
|
"/etc/smartdns/*": [ "write" ],
|
||||||
"/etc/init.d/smartdns restart": [ "exec" ]
|
"/etc/init.d/smartdns restart": [ "exec" ],
|
||||||
|
"/etc/init.d/smartdns updatefiles": [ "exec" ]
|
||||||
},
|
},
|
||||||
"uci": [ "smartdns" ]
|
"uci": [ "smartdns" ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue