# # Copyright 2018-2025 Nick Peng # Licensed to the public under the GPL V3 License. include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Nick Peng PKG_VERSION:=1.2025.47.2 PKG_RELEASE:=11 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