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

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