From 3c5ca326ecd72e78ab6453ed16abd7e105cc6d73 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Wed, 17 Feb 2010 02:18:13 +0000 Subject: Update to v2.2 fixed checksum byte calculation for other versions than 0x2019 fixed rare problem with padsize updated info to stock firmware 2.00.20 fixed typos Signed off by: Matthias Buecher SVN-Revision: 19683 --- target/linux/orion/image/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/orion') diff --git a/target/linux/orion/image/Makefile b/target/linux/orion/image/Makefile index 9577cd9a97..81cd670120 100644 --- a/target/linux/orion/image/Makefile +++ b/target/linux/orion/image/Makefile @@ -63,6 +63,7 @@ define Image/Build/Linksys echo ":rootfs 0 ${KDIR}/root.$1" >>"${TMP_DIR}/$2_webupgrade/$2.par" [ ! -f "$(STAGING_DIR_HOST)/share/wrt350nv2-builder/u-boot.bin" ] || ( \ echo ":u-boot 0 $(STAGING_DIR_HOST)/share/wrt350nv2-builder/u-boot.bin" >>"${TMP_DIR}/$2_webupgrade/$2.par"; ) + echo "#version 0x2020" >>"${TMP_DIR}/$2_webupgrade/$2.par" # create bin file for recovery and webupgrade image ( cd "${TMP_DIR}/$2_webupgrade"; \ "${STAGING_DIR_HOST}/bin/$2-builder" \ -- cgit v1.2.3