luci-base: move and rename ucitrack system.json
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 11 Apr 2024 11:08:51 +0000 (13:08 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 11 Apr 2024 14:15:52 +0000 (16:15 +0200)
Move the json file to where it belongs.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
modules/luci-base/root/usr/share/ucitrack/system.json [deleted file]
modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-system.json [new file with mode: 0644]

diff --git a/modules/luci-base/root/usr/share/ucitrack/system.json b/modules/luci-base/root/usr/share/ucitrack/system.json
deleted file mode 100644 (file)
index f3da5ce..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-       "config": "system",
-       "init": "led",
-       "exec": "/etc/init.d/log reload",
-       "affects": [
-               "luci_statistics",
-               "dhcp"
-       ]
-}
diff --git a/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-system.json b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-system.json
new file mode 100644 (file)
index 0000000..f3da5ce
--- /dev/null
@@ -0,0 +1,9 @@
+{
+       "config": "system",
+       "init": "led",
+       "exec": "/etc/init.d/log reload",
+       "affects": [
+               "luci_statistics",
+               "dhcp"
+       ]
+}