luci-base: move and rename ucitrack qos.json
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 11 Apr 2024 10:16:41 +0000 (12:16 +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>
applications/luci-app-qos/root/usr/share/ucitrack/luci-app-qos.json [new file with mode: 0644]
modules/luci-base/root/usr/share/ucitrack/qos.json [deleted file]

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