diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-12-21 19:54:38 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-12-21 19:54:38 +0200 |
commit | b06bc2c9ef2bd30271afe80a28197a352d15a93f (patch) | |
tree | 4204c2f05f83551b9f4929c6f191a46463e88206 /applications/luci-app-noddos/Makefile | |
parent | c55ee5b322642a61e11a65932ca3765edf4af3a9 (diff) |
luci-app-noddos: remove
The 'noddos' package itself was removed with commit
https://github.com/openwrt/packages/commit/eb9d5bbf39e89909283c431ae981feac39b02d95
Remove also the corresponding LuCI app.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-noddos/Makefile')
-rw-r--r-- | applications/luci-app-noddos/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/applications/luci-app-noddos/Makefile b/applications/luci-app-noddos/Makefile deleted file mode 100644 index c9b30a0da2..0000000000 --- a/applications/luci-app-noddos/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (C) 2017 Steven Hessing (steven.hessing@gmail.com) -# Based on initial implementation by Stan Grishin (stangri@melmac.net) -# This is free software, licensed under the GNU General Public License v3. - -include $(TOPDIR)/rules.mk - -PKG_LICENSE:=GPLv3 -PKG_MAINTAINER:=Steven Hessing <steven.hessing@gmail.com> - -LUCI_TITLE:=Noddos Service Web UI -LUCI_DESCRIPTION:=Provides Web UI for Noddos service. -LUCI_DEPENDS:=+luci +luci-compat +noddos @BROKEN -LUCI_PKGARCH:=all -PKG_RELEASE:=1 - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature |