diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-02-17 02:18:13 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-02-17 02:18:13 +0000 |
commit | 3c5ca326ecd72e78ab6453ed16abd7e105cc6d73 (patch) | |
tree | 46fc7e656d9969e6d81ca78100b321b05721f28e /target/linux/orion/image | |
parent | 9ce3d383310a6e40f9f822a887982ce368a09aba (diff) | |
download | upstream-3c5ca326ecd72e78ab6453ed16abd7e105cc6d73.tar.gz upstream-3c5ca326ecd72e78ab6453ed16abd7e105cc6d73.tar.bz2 upstream-3c5ca326ecd72e78ab6453ed16abd7e105cc6d73.zip |
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 <mail@maddes.net>
SVN-Revision: 19683
Diffstat (limited to 'target/linux/orion/image')
-rw-r--r-- | target/linux/orion/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |