diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 13:11:24 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 16:15:52 +0200 |
commit | d7300c56b1d7921cddee9dcbcdef23c4aa612a41 (patch) | |
tree | fe6aa765733528d9005518d894701ce742482c16 /modules/luci-base | |
parent | c36ec4d3edbf7e67eb54cd70eb812e6fc0b96e3f (diff) |
luci-base: remove deprecated ucitrack ntpclient.json
In the whole OpenWrt there is no ntpclient uci config, this must be a
leftover and can therefore be deleted.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-base')
-rw-r--r-- | modules/luci-base/root/usr/share/ucitrack/ntpclient.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/luci-base/root/usr/share/ucitrack/ntpclient.json b/modules/luci-base/root/usr/share/ucitrack/ntpclient.json deleted file mode 100644 index 629d321f02..0000000000 --- a/modules/luci-base/root/usr/share/ucitrack/ntpclient.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "config": "ntpclient", - "init": "ntpclient" -} |