summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-noddos/Makefile
diff options
context:
space:
mode:
authorSteven Hessing <steven.hessing@gmail.com>2017-09-21 22:08:43 -0700
committerSteven Hessing <steven.hessing@gmail.com>2017-10-01 06:44:13 -0700
commit3b23203ce95c48a08b417a303ee8c6dc47f6eb60 (patch)
treeda05505b65ccd4f31880dcbc2c67416331e7fa74 /applications/luci-app-noddos/Makefile
parent72b90c0a10678392692bd6b99301daba8792258a (diff)
luci-app-noddos: Noddos, device-aware cloud-powered firewall (new package)
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
Diffstat (limited to 'applications/luci-app-noddos/Makefile')
-rw-r--r--applications/luci-app-noddos/Makefile18
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 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 <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