make compatible with new upstream Luci requirement (#4529)

This commit is contained in:
LitingLin 2020-05-04 10:55:07 +08:00 committed by GitHub
parent 9f90d1abd4
commit d71dc69844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 2 deletions

View File

@ -10,7 +10,7 @@ LUCI_TITLE:=ARP Binding
LUCI_DEPENDS:=+ip-full
LUCI_PKGARCH:=all
PKG_VERSION:=1
PKG_RELEASE:=2
PKG_RELEASE:=3
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -0,0 +1,11 @@
{
"luci-app-arpbind": {
"description": "Grant UCI access for luci-app-arpbind",
"read": {
"uci": [ "arpbind" ]
},
"write": {
"uci": [ "arpbind" ]
}
}
}

View File

@ -10,7 +10,7 @@ LUCI_TITLE:=LuCI for Zerotier
LUCI_DEPENDS:=+zerotier
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=18
PKG_RELEASE:=19
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -0,0 +1,11 @@
{
"luci-app-zerotier": {
"description": "Grant UCI access for luci-app-zerotier",
"read": {
"uci": [ "zerotier" ]
},
"write": {
"uci": [ "zerotier" ]
}
}
}