Add empty corefile

This commit is contained in:
2022-05-15 19:43:11 +02:00
parent 74a60df38a
commit e46d38e3df
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -37,6 +37,9 @@ define Package/coredns/install
$(INSTALL_DIR) $(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
define Package/coredns/description