2d56f2a luci: upstream server support DoQ and DoH3 (#79) git-subtree-dir: luci-app-smartdns git-subtree-split: 2d56f2aef30da046154fb5b7d9118ad287d13e15
27 lines
576 B
Makefile
27 lines
576 B
Makefile
#
|
|
# Copyright 2018-2025 Nick Peng <pymumu@gmail.com>
|
|
# Licensed to the public under the GPL V3 License.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_LICENSE:=GPL-3.0-or-later
|
|
PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
|
|
PKG_VERSION:=1.2025.47.2
|
|
PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=LuCI for smartdns
|
|
LUCI_DESCRIPTION:=Provides Luci for smartdns
|
|
LUCI_DEPENDS:=+smartdns
|
|
LUCI_PKGARCH:=all
|
|
|
|
define Package/$(PKG_NAME)/config
|
|
# shown in make menuconfig <Help>
|
|
help
|
|
$(LUCI_TITLE)
|
|
Version: $(PKG_VERSION)-$(PKG_RELEASE)
|
|
endef
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|