2021-09-05 16:50:22 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-dnsfilter
|
|
|
|
PKG_VERSION:=1.0
|
2022-09-10 20:20:21 +08:00
|
|
|
PKG_RELEASE:=14
|
2021-09-05 16:50:22 +08:00
|
|
|
|
2021-09-14 08:30:01 +08:00
|
|
|
PKG_LICENSE:=GPLv2
|
|
|
|
PKG_MAINTAINER:=small_5 kiddin9
|
2021-09-05 16:50:22 +08:00
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for DNSFilter
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
LUCI_DEPENDS:=+curl +dnsmasq-full +ipset
|
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
|
|
/etc/config/dnsfilter
|
|
|
|
/etc/dnsfilter/
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|