mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
22 lines
412 B
Makefile
22 lines
412 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-dnsfilter
|
|
PKG_VERSION:=1.0
|
|
PKG_RELEASE:=14
|
|
|
|
PKG_LICENSE:=GPLv2
|
|
PKG_MAINTAINER:=small_5 kiddin9
|
|
|
|
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
|