diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-10-21 09:14:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 09:14:24 +0300 |
commit | 0ed8086900c7ec5e053d0e79b96dc4e67d993243 (patch) | |
tree | b2de2cd0e67a50e8691428223db92fc28fdb3f37 /applications/luci-app-noddos/Makefile | |
parent | 7fc88b4e6eb8abf4b53f74f95306dd84b57e9a53 (diff) | |
parent | d685c2392f2a1ecd7cf13630add83c9bb64308ba (diff) |
Merge pull request #1403 from StevenHessing/lede-17.01-noddos
luci-app-noddos: backport from master
Diffstat (limited to 'applications/luci-app-noddos/Makefile')
-rw-r--r-- | applications/luci-app-noddos/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/applications/luci-app-noddos/Makefile b/applications/luci-app-noddos/Makefile new file mode 100644 index 000000000..4c2b9044a --- /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 <steven.hessing@gmail.com> + +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 |