small-package/luci-app-mosdns/Makefile

20 lines
409 B
Makefile
Raw Normal View History

2022-04-21 17:19:22 +08:00
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-mosdns
2023-02-03 23:36:33 +08:00
PKG_VERSION:=1.5
PKG_RELEASE:=1
2022-04-21 17:19:22 +08:00
LUCI_TITLE:=LuCI Support for mosdns
LUCI_PKGARCH:=all
2023-02-03 23:36:33 +08:00
LUCI_DEPENDS:=+mosdns-v5 +jsonfilter +bash +luci-compat +zoneinfo-asia
2022-04-21 17:19:22 +08:00
define Package/$(PKG_NAME)/conffiles
2023-02-03 23:36:33 +08:00
/etc/mosdns/cus_config.yaml
2022-04-21 17:19:22 +08:00
/etc/config/mosdns
2022-05-17 23:43:44 +08:00
/etc/mosdns/rule
2022-04-21 17:19:22 +08:00
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature