From: Reidar Cederqvist Date: Thu, 25 Jan 2024 12:35:35 +0000 (+0100) Subject: luci-app-upnp: fix name of access-control-list X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=89a9b5884fc205fc764d1771a9c6410bba74574a;p=project%2Fluci.git luci-app-upnp: fix name of access-control-list Signed-off-by: Reidar Cederqvist (cherry picked from commit d048e40cb74cc4478beedabca55902a54a4965ad) --- diff --git a/applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json b/applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json index 63a5c592f9..73fc3dc511 100644 --- a/applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json +++ b/applications/luci-app-upnp/root/usr/share/luci/menu.d/luci-app-upnp.json @@ -6,7 +6,7 @@ "path": "upnp/upnp" }, "depends": { - "acl": [ "luci-app-ddns" ], + "acl": [ "luci-app-upnp" ], "uci": { "upnpd": true } } } diff --git a/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json b/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json index ffe4090932..9be82df1c5 100644 --- a/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json +++ b/applications/luci-app-upnp/root/usr/share/rpcd/acl.d/luci-app-upnp.json @@ -1,5 +1,5 @@ { - "luci-app-ddns": { + "luci-app-upnp": { "description": "Grant access to upnp procedures", "read": { "ubus": {