2022-04-21 17:19:22 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=luci-app-mosdns
|
2022-05-14 07:49:16 +08:00
|
|
|
PKG_VERSION:=1.3
|
2022-04-21 17:19:22 +08:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for mosdns
|
|
|
|
LUCI_PKGARCH:=all
|
2022-05-18 23:44:02 +08:00
|
|
|
LUCI_DEPENDS:=+mosdns +jsonfilter +bash +luci-compat +v2ray-geoip +v2ray-geosite
|
2022-04-21 17:19:22 +08:00
|
|
|
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
|
|
/etc/mosdns/cus_config.yaml
|
|
|
|
/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
|