summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ntpc/root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-ntpc/root/usr')
-rw-r--r--applications/luci-app-ntpc/root/usr/share/luci/menu.d/luci-app-ntpc.json15
-rw-r--r--applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json11
2 files changed, 0 insertions, 26 deletions
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" ]
- }
- }
-}