2022-04-21 17:19:22 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-mosdns
|
2023-01-27 16:01:21 +08:00
|
|
|
PKG_VERSION:=1.4
|
|
|
|
PKG_RELEASE:=1
|
2022-04-21 17:19:22 +08:00
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for mosdns
|
|
|
|
LUCI_PKGARCH:=all
|
2023-01-27 16:01:21 +08:00
|
|
|
LUCI_DEPENDS:=+mosdns +jsonfilter +bash +luci-compat +v2ray-geoip +v2ray-geosite +zoneinfo-asia
|
2022-04-21 17:19:22 +08:00
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
2023-01-27 16:01:21 +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
|