From d685c2392f2a1ecd7cf13630add83c9bb64308ba Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Wed, 11 Oct 2017 16:35:56 +0300 Subject: luci-app-noddos: backport from master Signed-off-by: Steven Hessing --- applications/luci-app-noddos/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 applications/luci-app-noddos/Makefile (limited to 'applications/luci-app-noddos/Makefile') diff --git a/applications/luci-app-noddos/Makefile b/applications/luci-app-noddos/Makefile new file mode 100644 index 0000000000..4c2b9044a9 --- /dev/null +++ b/applications/luci-app-noddos/Makefile @@ -0,0 +1,18 @@ +# 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 + +LUCI_TITLE:=Noddos Service Web UI +LUCI_DESCRIPTION:=Provides Web UI for Noddos service. +LUCI_DEPENDS:=+luci +noddos +LUCI_PKGARCH:=all +PKG_RELEASE:=1 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3