luci-base: move and rename ucitrack dropbear.json
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 11 Apr 2024 11:00:20 +0000 (13:00 +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/dropbear.json [deleted file]
modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json [new file with mode: 0644]

diff --git a/modules/luci-base/root/usr/share/ucitrack/dropbear.json b/modules/luci-base/root/usr/share/ucitrack/dropbear.json
deleted file mode 100644 (file)
index fc24cd9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-       "config": "dropbear",
-       "init": "dropbear"
-}
diff --git a/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json
new file mode 100644 (file)
index 0000000..fc24cd9
--- /dev/null
@@ -0,0 +1,4 @@
+{
+       "config": "dropbear",
+       "init": "dropbear"
+}