22 lines
413 B
Makefile
22 lines
413 B
Makefile
![]() |
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_NAME:=luci-app-dnsfilter
|
||
|
PKG_VERSION:=1.0
|
||
|
PKG_RELEASE:=10
|
||
|
PKG_LICENSE:=GPLv2
|
||
|
|
||
|
PKG_MAINTAINER:=small_5 GaryPang
|
||
|
|
||
|
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
|