mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
28 lines
704 B
Makefile
28 lines
704 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:=9
|
|
|
|
LUCI_TITLE:=LuCI for smartdns
|
|
LUCI_DESCRIPTION:=Provides Luci for smartdns
|
|
LUCI_DEPENDS:=+smartdns \
|
|
+PACKAGE_luci-app-smartdns_INCLUDE_WebUI:smartdns-ui
|
|
|
|
PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_luci-app-smartdns_INCLUDE_WebUI
|
|
|
|
define Package/luci-app-smartdns/config
|
|
config PACKAGE_luci-app-smartdns_INCLUDE_WebUI
|
|
bool "Include WebUI support"
|
|
default y
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|