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

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