2024-03-03 00:31:47 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-mosdns
|
2024-08-17 15:12:49 +08:00
|
|
|
PKG_VERSION:=1.5.23
|
2024-03-03 00:31:47 +08:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for mosdns
|
|
|
|
LUCI_PKGARCH:=all
|
2024-08-17 15:12:49 +08:00
|
|
|
LUCI_DEPENDS:=+mosdns +jsonfilter +luci-compat +curl +v2ray-geoip +v2ray-geosite +v2dat
|
2024-03-03 00:31:47 +08:00
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
|
|
/etc/config/mosdns
|
|
|
|
/etc/mosdns/cache.dump
|
|
|
|
/etc/mosdns/config_custom.yaml
|
|
|
|
/etc/mosdns/rule
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|