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