mirror of
https://github.com/mainnika/openwrt-feed-coredns.git
synced 2026-05-23 00:03:35 +00:00
Add empty corefile
This commit is contained in:
@@ -37,6 +37,9 @@ define Package/coredns/install
|
|||||||
|
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/coredns $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/coredns $(1)/usr/sbin/
|
||||||
|
|
||||||
|
$(INSTALL_DIR) $(1)/etc/coredns
|
||||||
|
$(INSTALL_CONF) ./files/Corefile $(1)/etc/coredns/Corefile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/coredns/description
|
define Package/coredns/description
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
. { }
|
||||||
Reference in New Issue
Block a user