Files
small-package/luci-app-mosdns/Makefile
github-actions[bot] 96e6f38956 update-12.04
2021-12-04 09:01:13 +08:00

19 lines
339 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-mosdns
PKG_VERSION:=1.0
PKG_RELEASE:=4
LUCI_TITLE:=LuCI Support for mosdns
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+mosdns
define Package/$(PKG_NAME)/conffiles
/etc/mosdns/config.yaml
/etc/config/mosdns
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature