ooops, fix typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10962 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Imre Kaloz 2008-04-28 15:29:11 +00:00
parent 8c1d1ccac7
commit fe9cc8e6d4
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))