From 6cd54b43eb36357c0e41d3f961e685752c32fdb2 Mon Sep 17 00:00:00 2001 From: Daniel Nilsson Date: Wed, 28 Feb 2024 18:42:58 +0100 Subject: luci-app-ntpc: remove app As ntpclient package is dead, we can delete the app. Signed-off-by: Daniel Nilsson --- .../root/usr/share/luci/menu.d/luci-app-ntpc.json | 15 --------------- .../root/usr/share/rpcd/acl.d/luci-app-ntpc.json | 11 ----------- 2 files changed, 26 deletions(-) delete mode 100644 applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json delete mode 100644 applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json (limited to 'applications/luci-app-ntpc/root') diff --git a/applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json b/applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json deleted file mode 100644 index bec35c88cf..0000000000 --- a/applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "admin/system/ntpc": { - "title": "Time Synchronisation", - "order": 50, - "action": { - "type": "cbi", - "path": "ntpc/ntpc", - "post": { "cbi.submit": true } - }, - "depends": { - "acl": [ "luci-app-ntpc" ], - "uci": { "ntpclient": true } - } - } -} diff --git a/applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json b/applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json deleted file mode 100644 index 2b534a9770..0000000000 --- a/applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "luci-app-ntpc": { - "description": "Grant UCI access for luci-app-ntpc", - "read": { - "uci": [ "ntpclient" ] - }, - "write": { - "uci": [ "ntpclient" ] - } - } -} -- cgit v1.2.3