From: Florian Eckert Date: Thu, 11 Apr 2024 10:59:12 +0000 (+0200) Subject: luci-base: move and rename ucitrack dhcp.json X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=4a954395318fd3093fe399d4332008be152c2af8 luci-base: move and rename ucitrack dhcp.json Move the json file to where it belongs. Signed-off-by: Florian Eckert --- 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 index 260ee3dd3b..0000000000 --- a/modules/luci-base/root/usr/share/ucitrack/dhcp.json +++ /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 index 0000000000..260ee3dd3b --- /dev/null +++ b/modules/luci-mod-network/root/usr/share/ucitrack/luci-mod-network-dnsmasq.json @@ -0,0 +1,7 @@ +{ + "config": "dhcp", + "init": "dnsmasq", + "affects": [ + "odhcpd" + ] +}