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"
|
||||
},
|
||||
"depends": {
|
||||
"acl": [ "luci-app-ddns" ],
|
||||
"acl": [ "luci-app-upnp" ],
|
||||
"uci": { "upnpd": true }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"luci-app-ddns": {
|
||||
"luci-app-upnp": {
|
||||
"description": "Grant access to upnp procedures",
|
||||
"read": {
|
||||
"ubus": {
|
||||
|
|
Loading…
Reference in a new issue