Fix broadcom squashfs images:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 May 2007 18:41:48 +0000 (18:41 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 15 May 2007 18:41:48 +0000 (18:41 +0000)
commit0c0407178e0f768de17a6c71dbb3057cdd270490
treeade8709b6ed3924ac5887f3f0c07be5677b18135
parentc57399881171036f92a5d545f535b3ac5dead9a5
Fix broadcom squashfs images:

We switched over to appending the jffs2 eof mark to the squashfs images,
but since the squashfs is not always aligned to eraseblocksize, the eof
mark landed in the wrong place. This commit adds an extra flag to the
trx utility that can append extra data to a partition with alignment.
This is used to place the jffs2 eof mark at the right offset.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7253 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/brcm-2.4/image/Makefile
tools/firmware-utils/src/trx.c