1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-27 13:36:47 +02:00

fix the u-boot makefile 'dd' command

This commit is contained in:
Xiangfu Liu 2009-07-13 00:48:11 +08:00 committed by Xiangfu Liu
parent 6576d07d92
commit c46aa046c3

View File

@ -29,7 +29,7 @@ endef
define Build/InstallDev
mkdir -p $(BIN_DIR)
dd if=$(PKG_BUILD_DIR)/u-boot-nand.bin of=$(BIN_DIR)/u-boot-$(UBOOT_CONFIG).bin bs=64k conv=sync
dd if=$(PKG_BUILD_DIR)/u-boot-nand.bin of=$(BIN_DIR)/u-boot-$(UBOOT_CONFIG).bin
endef
$(eval $(call Build/DefaultTargets))