From: Florian Eckert Date: Thu, 11 Apr 2024 11:01:43 +0000 (+0200) Subject: luci-base: move and rename ucitrack firewall.json X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cc44632367dca9fc9bc798afce99222e21c80972;p=project%2Fluci.git luci-base: move and rename ucitrack firewall.json Move the json file to where it belongs. Signed-off-by: Florian Eckert --- 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 index 0000000000..4d1d9f919f --- /dev/null +++ b/applications/luci-app-firewall/root/usr/share/ucitrack/luci-app-firewall.json @@ -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 index 4d1d9f919f..0000000000 --- a/modules/luci-base/root/usr/share/ucitrack/firewall.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "config": "firewall", - "init": "firewall", - "affects": [ - "luci-splash", - "qos", - "miniupnpd" - ] -}