2022-04-21 17:19:22 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-mosdns
|
2023-11-07 16:23:01 +08:00
|
|
|
PKG_VERSION:=1.5.17
|
2023-02-03 23:36:33 +08:00
|
|
|
PKG_RELEASE:=1
|
2022-04-21 17:19:22 +08:00
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for mosdns
|
|
|
|
LUCI_PKGARCH:=all
|
2023-04-05 22:02:26 +08:00
|
|
|
LUCI_DEPENDS:=+mosdns +jsonfilter +luci-compat +curl +v2ray-geoip +v2ray-geosite +v2dat
|
2022-04-21 17:19:22 +08:00
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
|
|
/etc/config/mosdns
|
2023-04-05 22:02:26 +08:00
|
|
|
/etc/mosdns/cache.dump
|
|
|
|
/etc/mosdns/config_custom.yaml
|
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
|