1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 16:32:55 +03:00
openwrt-xburst/tools
cshore f5c866b902 bcm63xx: Move the OpenWrt rootfs length field
Dual image capable CFEs store an image sequence at the same place as
currently OpenWrt stores the actual rootfs length, so it will get
overwritten when flashing through such a CFE.

To prevent this from happening, move the rootfs length field to the next
four bytes, thus completely using the reserved1 field.

Since the reserved1 field is now completely in use, it does not make sense
to allow it to be set from the imagetag utility, so remove the option.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26680 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-15 12:18:25 +00:00
..
autoconf tools/autoconf: update to version 2.68 2010-12-06 12:14:50 +00:00
automake [tools] automake: rework patch; only skip when the directories does not exist, this preserves error cases like missing access permissions 2010-12-10 16:10:07 +00:00
bison [tools] bison: fix compilation with stub intl header 2011-03-04 20:37:15 +00:00
ccache tools/ccache: update to version 3.1.3 2010-12-09 12:12:40 +00:00
cloog cloog: libtools has to be run 2010-12-18 19:34:55 +00:00
cmake tools/cmake: update to version 2.8.4 2011-03-24 11:27:07 +00:00
e2fsprogs tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin 2011-02-20 03:25:56 +00:00
firmware-utils bcm63xx: Move the OpenWrt rootfs length field 2011-04-15 12:18:25 +00:00
flex [tools] build flex on the host, some pakcages need it in the newest version 2010-12-17 02:41:16 +00:00
flock add a stripped down (and portable) version of flock to the host tools 2010-10-29 13:39:18 +00:00
genext2fs get rid of $Id$ - it has never helped us and it has broken too many patches ;) 2009-04-17 14:09:46 +00:00
gmp tools/gmp: update to version 5.0.1 2010-12-09 13:28:57 +00:00
include [tools] more cygwin related build fixes 2009-04-14 14:54:34 +00:00
ipkg-utils [tools] ipkg-utils: use (g)stat instead of "du -b" to find package size, fixes Darwin compat (#9214) 2011-04-13 13:26:26 +00:00
libelf libelf: get rid of CRLF encoding in the makefile (thx, danimo) 2010-06-03 00:44:49 +00:00
libtool [tools] libtool: fix misspelled procedure name... 2011-02-03 20:34:34 +00:00
lzma tools/squashfs4: update to version 4.2 (adds support for xz compression) 2011-04-03 01:02:00 +00:00
lzma-old lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma 2011-04-03 01:02:03 +00:00
m4 m4: update to version 1.4.16 2011-04-03 13:19:54 +00:00
missing-macros missing-macros: add GTKDOC_REBASE macro needed by some newer packages 2011-04-12 20:19:52 +00:00
mkimage tools/mkimage: fix r24887 2011-01-03 14:27:53 +00:00
mklibs mklibs: fix some long standing libpthread symbol link issues, mostly related to weak function overrides between libgcc, libc and libpthread 2011-02-28 18:17:02 +00:00
mm-macros [tools] add missing makefile in previous commit 2010-12-22 00:03:15 +00:00
mpc tools/mpc: update to version 0.8.2 2010-12-09 13:30:30 +00:00
mpfr [tools] mpfr: reenable HOST_FIXUP, it *should* work okay now after r24570 2010-12-15 00:39:14 +00:00
mtd-utils tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin 2011-02-20 03:25:56 +00:00
patch-cmdline get rid of $Id$ - it has never helped us and it has broken too many patches ;) 2009-04-17 14:09:46 +00:00
pkg-config [tools] revert r24406 2010-12-10 12:58:15 +00:00
ppl ppl: go back to version 0.10.2 2010-12-18 19:34:04 +00:00
qemu tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin 2011-02-20 03:25:56 +00:00
quilt [tools] quilt: pass PATH and FIND to configure (FreeBSD compatibility) 2010-10-07 11:33:54 +00:00
sed tools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64) 2010-10-05 13:51:54 +00:00
squashfs rename tools/lzma to tools/lzma-old (preparation for adding a new lzma version) 2009-05-04 17:04:03 +00:00
squashfs4 tools/squashfs4: update to version 4.2 (adds support for xz compression) 2011-04-03 01:02:00 +00:00
sstrip Revert "[tools] sstrip: Correct include path to really get endian.h" (#8447) 2010-12-12 14:53:24 +00:00
upslug2 add a hacked up version of upslug2 which is able to flash a wrt350nv2 in recovery mode 2009-12-12 02:00:50 +00:00
wrt350nv2-builder [tools/wrt350nv2-builder]: the url isn't valid for some time 2011-02-11 14:03:04 +00:00
xfce-macros [tools] package xfce-macros, required for autoreconf in xfce4 packages 2011-03-09 14:44:23 +00:00
xorg-macros [tools] turn util-macros into tools/xorg-macros host build, provides global xorg m4 macros 2010-12-10 20:23:48 +00:00
xz xz: update to version 5.0.2 2011-04-03 13:19:16 +00:00
yaffs2 [tools] yaffs2: fix compilation on FreeBSD 2010-07-22 02:59:14 +00:00
Makefile make the build system a bit more silent without V=99 2011-04-04 00:54:37 +00:00