diff --git a/package/lean/autocore/files/arm/rpcd_luci-mod-status.json b/package/lean/autocore/files/arm/rpcd_luci-mod-status.json index 1ffeb3469b..2b80adcd26 100644 --- a/package/lean/autocore/files/arm/rpcd_luci-mod-status.json +++ b/package/lean/autocore/files/arm/rpcd_luci-mod-status.json @@ -120,7 +120,7 @@ "description": "Grant access to DSL status display", "read": { "ubus": { - "luci-rpc": [ "getDSLStatus" ] + "dsl": [ "metrics" ] } } }, diff --git a/package/lean/autocore/files/x86/rpcd_luci-mod-status.json b/package/lean/autocore/files/x86/rpcd_luci-mod-status.json index 75d6c45627..938c4513ff 100644 --- a/package/lean/autocore/files/x86/rpcd_luci-mod-status.json +++ b/package/lean/autocore/files/x86/rpcd_luci-mod-status.json @@ -120,7 +120,7 @@ "description": "Grant access to DSL status display", "read": { "ubus": { - "luci-rpc": [ "getDSLStatus" ] + "dsl": [ "metrics" ] } } },