1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 00:00:42 +03:00

ooops, fix typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10962 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2008-04-28 15:29:11 +00:00
parent 2f214fab5e
commit 291da2716f

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))