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

diff --git a/modules/luci-base/root/usr/share/ucitrack/dhcp.json b/modules/luci-base/root/usr/share/ucitrack/dhcp.json
deleted file mode 100644 (file)
index 260ee3d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{
-       "config": "dhcp",
-       "init": "dnsmasq",
-       "affects": [
-               "odhcpd"
-       ]
-}
diff --git a/modules/luci-mod-network/root/usr/share/ucitrack/luci-mod-network-dnsmasq.json b/modules/luci-mod-network/root/usr/share/ucitrack/luci-mod-network-dnsmasq.json
new file mode 100644 (file)
index 0000000..260ee3d
--- /dev/null
@@ -0,0 +1,7 @@
+{
+       "config": "dhcp",
+       "init": "dnsmasq",
+       "affects": [
+               "odhcpd"
+       ]
+}