diff options
author | Jo-Philipp Wich <jo@mein.io> | 2024-04-20 23:48:05 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2024-04-20 23:48:59 +0200 |
commit | 744564d58cb34ac0cd78b637134eb17b09d89d26 (patch) | |
tree | d266b6b83d831bc72d0414fa399a66a3e9615d24 /applications/luci-app-diag-core/root | |
parent | 218bdbb89c1848147b838949a2c6315fddb056ea (diff) |
luci-app-diag-core: remove package
The luci-app-diag-core application serves no apparent purpose and might
be a leftover from the luci-app-voice-core and luci-app-voice-diag
applications that got dropped years ago.
Fixes: #6753
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-diag-core/root')
-rw-r--r-- | applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json b/applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json deleted file mode 100644 index 2fe2a267f2..0000000000 --- a/applications/luci-app-diag-core/root/usr/share/luci/menu.d/luci-app-diag-core.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "admin/network/diag_config": { - "title": "Configure Diagnostics", - "order": 120, - "action": { - "type": "template", - "path": "diag/network_config_index" - } - } -} |