diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 13:00:20 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 16:15:52 +0200 |
commit | e3c6eb2e444056a2e96df4c4dafd6ceed4a1780e (patch) | |
tree | 58acda1a2f50364cf181af7f026274f14b9a759d /modules/luci-mod-system/root/usr/share/ucitrack | |
parent | 4a954395318fd3093fe399d4332008be152c2af8 (diff) |
luci-base: move and rename ucitrack dropbear.json
Move the json file to where it belongs.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-system/root/usr/share/ucitrack')
-rw-r--r-- | modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json new file mode 100644 index 0000000000..fc24cd9978 --- /dev/null +++ b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-dropbear.json @@ -0,0 +1,4 @@ +{ + "config": "dropbear", + "init": "dropbear" +} |