mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 13:17:29 +08:00
20 lines
502 B
Makefile
20 lines
502 B
Makefile
# Copyright (C) 2023 muink <https://github.com/muink>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_NAME:=luci-app-dnsproxy
|
|
|
|
LUCI_TITLE:=LuCI Support for dnsproxy
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+dnsproxy
|
|
LUCI_DESCRIPTION:=Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Anya Lin <hukk1996@gmail.com>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|