diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 12:16:41 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 16:15:52 +0200 |
commit | bfe486e3bc2d6b2816a861c5df5cd7698b64dd65 (patch) | |
tree | 5b931c4d60d724506324445f639cd936c281d593 /applications/luci-app-qos/root/usr | |
parent | 706d8af9cc224153764328b7bf348032db50d1ca (diff) |
luci-base: move and rename ucitrack qos.json
Move the json file to where it belongs.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-qos/root/usr')
-rw-r--r-- | applications/luci-app-qos/root/usr/share/ucitrack/luci-app-qos.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-app-qos/root/usr/share/ucitrack/luci-app-qos.json b/applications/luci-app-qos/root/usr/share/ucitrack/luci-app-qos.json new file mode 100644 index 0000000000..27b50d59d8 --- /dev/null +++ b/applications/luci-app-qos/root/usr/share/ucitrack/luci-app-qos.json @@ -0,0 +1,4 @@ +{ + "config": "qos", + "init": "qos" +} |