diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-27 18:20:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-27 18:20:38 +0000 |
commit | 78400b97ef594acda2fa5c5edebf23588fb02e8a (patch) | |
tree | 8d9f95592ce01e11aed4e715d72fa307864f4c03 /target/linux/rdc-2.6 | |
parent | 7134d678f6e93d6322c6db8636fc0602e3b4e349 (diff) | |
download | upstream-78400b97ef594acda2fa5c5edebf23588fb02e8a.tar.gz upstream-78400b97ef594acda2fa5c5edebf23588fb02e8a.tar.bz2 upstream-78400b97ef594acda2fa5c5edebf23588fb02e8a.zip |
Update the crc checksum to allow images being flashed via tftp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc-2.6')
-rw-r--r-- | target/linux/rdc-2.6/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |