19 lines
389 B
Makefile
19 lines
389 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-mosdns
|
|
PKG_VERSION:=1.2
|
|
PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=LuCI Support for mosdns
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+mosdns +jsonfilter +bash +v2ray-geoip +v2ray-geosite
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/mosdns/cus_config.yaml
|
|
/etc/config/mosdns
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|