tools: remove old mkdosfs symlink from dosfstools

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2016-10-11 14:43:23 +02:00
committed by Felix Fietkau
parent db47363ff7
commit 87b2b89959
5 changed files with 4 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ endif
define Host/Install
$(INSTALL_BIN) $(HOST_BUILD_DIR)/src/mkfs.fat $(STAGING_DIR_HOST)/bin/
$(LN) mkfs.fat $(STAGING_DIR_HOST)/bin/mkdosfs
endef
define Host/Clean