Skip to content

Commit

Permalink
luci-app-upnp: fix name of access-control-list
Browse files Browse the repository at this point in the history
Signed-off-by: Reidar Cederqvist <[email protected]>
  • Loading branch information
Reidar Cederqvist authored and systemcrash committed Jan 25, 2024
1 parent 999f26e commit d048e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"path": "upnp/upnp"
},
"depends": {
"acl": [ "luci-app-ddns" ],
"acl": [ "luci-app-upnp" ],
"uci": { "upnpd": true }
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"luci-app-ddns": {
"luci-app-upnp": {
"description": "Grant access to upnp procedures",
"read": {
"ubus": {
Expand Down

0 comments on commit d048e40

Please sign in to comment.