2018-08-23 22:11:49 +00:00
|
|
|
# Copyright 2017-2018 Stan Grishin (stangri@melmac.net)
|
|
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2019-11-13 11:25:53 +00:00
|
|
|
PKG_LICENSE:=GPL-3.0-or-later
|
2018-08-23 22:11:49 +00:00
|
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
|
|
|
|
|
|
|
LUCI_TITLE:=HTTPS DNS Proxy Web UI
|
|
|
|
LUCI_DESCRIPTION:=Provides Web UI for HTTPS DNS Proxy
|
2019-11-03 19:49:31 +00:00
|
|
|
LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https_dns_proxy
|
2018-08-23 22:11:49 +00:00
|
|
|
LUCI_PKGARCH:=all
|
2019-11-13 11:25:53 +00:00
|
|
|
PKG_RELEASE:=9
|
2018-08-23 22:11:49 +00:00
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|