luci-app-upnp: fix name of access-control-list
Signed-off-by: Reidar Cederqvist <reidar.cederqvist@genexis.eu>
This commit is contained in:
parent
999f26e951
commit
d048e40cb7
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
"path": "upnp/upnp"
|
"path": "upnp/upnp"
|
||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"acl": [ "luci-app-ddns" ],
|
"acl": [ "luci-app-upnp" ],
|
||||||
"uci": { "upnpd": true }
|
"uci": { "upnpd": true }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"luci-app-ddns": {
|
"luci-app-upnp": {
|
||||||
"description": "Grant access to upnp procedures",
|
"description": "Grant access to upnp procedures",
|
||||||
"read": {
|
"read": {
|
||||||
"ubus": {
|
"ubus": {
|
||||||
|
|
Loading…
Reference in a new issue