2017-09-22 05:08:43 +00:00
|
|
|
# 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.
|
2019-11-03 19:49:31 +00:00
|
|
|
LUCI_DEPENDS:=+luci +luci-compat +noddos
|
2017-09-22 05:08:43 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|