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/Makefile | |
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/Makefile')
-rw-r--r-- | applications/luci-app-diag-core/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-diag-core/Makefile b/applications/luci-app-diag-core/Makefile deleted file mode 100644 index 1fcd9c6fc4..0000000000 --- a/applications/luci-app-diag-core/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=LuCI Diagnostics Tools (Core) -LUCI_DEPENDS:=+luci-base - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature |