ooops, fix typo

SVN-Revision: 10962
lede-17.01
Imre Kaloz 2008-04-28 15:29:11 +00:00
parent 32e1595fb5
commit 0663a5d31b
1 changed files with 1 additions and 1 deletions

View File

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