diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 13:01:43 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 16:15:52 +0200 |
commit | cc44632367dca9fc9bc798afce99222e21c80972 (patch) | |
tree | 00cad8fcabef3b0861730e090177e8232398aafb /applications/luci-app-firewall/root | |
parent | e3c6eb2e444056a2e96df4c4dafd6ceed4a1780e (diff) |
luci-base: move and rename ucitrack firewall.json
Move the json file to where it belongs.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-firewall/root')
-rw-r--r-- | applications/luci-app-firewall/root/usr/share/ucitrack/luci-app-firewall.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" + ] +} |