2021-12-28 22:14:18 +00:00
|
|
|
# Copyright 2017-2018 Stan Grishin (stangri@melmac.ca)
|
2018-08-23 22:11:49 +00:00
|
|
|
# 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
|
2021-12-28 22:14:18 +00:00
|
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
|
2023-05-18 23:29:51 +00:00
|
|
|
PKG_VERSION:=2022-10-15-14
|
2018-08-23 22:11:49 +00:00
|
|
|
|
2019-12-19 18:19:59 +00:00
|
|
|
LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
|
|
|
|
LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy
|
2023-02-14 01:57:53 +00:00
|
|
|
LUCI_DEPENDS:=+luci-compat +luci-base +https-dns-proxy
|
2018-08-23 22:11:49 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|