Browse Source

Update the crc checksum to allow images being flashed via tftp

SVN-Revision: 5906
Florian Fainelli 19 years ago
parent
commit
d78cd65a59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/rdc-2.6/image/Makefile

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