2022-04-21 17:19:22 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-mosdns
|
2023-01-25 20:11:06 +08:00
|
|
|
PKG_VERSION:=1.4.4
|
|
|
|
PKG_RELEASE:=2
|
2022-04-21 17:19:22 +08:00
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for mosdns
|
|
|
|
LUCI_PKGARCH:=all
|
2023-01-25 20:11:06 +08:00
|
|
|
LUCI_DEPENDS:=+mosdns +jsonfilter +luci-compat +curl +v2ray-geoip +v2ray-geosite
|
2022-04-21 17:19:22 +08:00
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
|
|
/etc/config/mosdns
|
2023-01-25 20:11:06 +08:00
|
|
|
/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
|