From: Florian Fainelli Date: Wed, 27 Dec 2006 18:20:38 +0000 (+0000) Subject: Update the crc checksum to allow images being flashed via tftp X-Git-Tag: reboot~30183 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d78cd65a59f4c7b008893c46ef2b1899ccacfaf9;p=openwrt%2Fstaging%2Fchunkeey.git Update the crc checksum to allow images being flashed via tftp SVN-Revision: 5906 --- diff --git a/target/linux/rdc-2.6/image/Makefile b/target/linux/rdc-2.6/image/Makefile index d71c198840..13c8718430 100644 --- a/target/linux/rdc-2.6/image/Makefile +++ b/target/linux/rdc-2.6/image/Makefile @@ -15,7 +15,7 @@ endef define Image/Build touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img - $(STAGING_DIR)/bin/airlink -b 1 -j $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img + $(STAGING_DIR)/bin/airlink -b 0 -j $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img endef $(eval $(call BuildImage))