From: Florian Eckert Date: Thu, 11 Apr 2024 10:14:35 +0000 (+0200) Subject: luci-base: move and rename ucitrack tinyproxy.json X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=706d8af9cc224153764328b7bf348032db50d1ca;p=project%2Fluci.git luci-base: move and rename ucitrack tinyproxy.json Move the json file to where it belongs. Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-tinyproxy/root/usr/share/ucitrack/luci-app-tinyproxy.json b/applications/luci-app-tinyproxy/root/usr/share/ucitrack/luci-app-tinyproxy.json new file mode 100644 index 0000000000..252144ffee --- /dev/null +++ b/applications/luci-app-tinyproxy/root/usr/share/ucitrack/luci-app-tinyproxy.json @@ -0,0 +1,4 @@ +{ + "config": "tinyproxy", + "init": "tinyproxy" +} diff --git a/modules/luci-base/root/usr/share/ucitrack/tinyproxy.json b/modules/luci-base/root/usr/share/ucitrack/tinyproxy.json deleted file mode 100644 index 252144ffee..0000000000 --- a/modules/luci-base/root/usr/share/ucitrack/tinyproxy.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "config": "tinyproxy", - "init": "tinyproxy" -}