summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-noddos/Makefile
blob: 3a40938d9c1a436b6c7070f9e54b1275e4613a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 +luci-compat +noddos
LUCI_PKGARCH:=all
PKG_RELEASE:=1

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature