From bf04ac46fb49ba291c858c2c7d214baa5235c824 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Tue, 9 Feb 2021 21:07:19 +0800 Subject: [PATCH] autocore: merge changes from LuCI Signed-off-by: CN_SZTL --- package/lean/autocore/files/arm/rpcd_luci-mod-status.json | 2 +- package/lean/autocore/files/x86/rpcd_luci-mod-status.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ] } } },