diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2023-08-06 22:18:47 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2023-08-06 22:18:47 +0300 |
commit | aebbafe1778799b77ec0ffaf53732589055ac147 (patch) | |
tree | 7915a28961faafd3ae49d05c3135d239a4ac1aa3 /modules/luci-mod-admin-mini/Makefile | |
parent | 264786c78457194781389e7026387ec5cf7c5fa5 (diff) |
luci-mod-admin-mini: Remove the broken ancient mini version
Remove the old mini version that has been marked BROKEN at least
since 2015 when LuCI build system was reorgnised in a major way.
The module is not compatible with the current stuff.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'modules/luci-mod-admin-mini/Makefile')
-rw-r--r-- | modules/luci-mod-admin-mini/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/luci-mod-admin-mini/Makefile b/modules/luci-mod-admin-mini/Makefile deleted file mode 100644 index de00489926..0000000000 --- a/modules/luci-mod-admin-mini/Makefile +++ /dev/null @@ -1,15 +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 Essentials - stripped down and user-friendly -LUCI_DEPENDS:=+luci-base +luci-compat @BROKEN - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature - |