Fix broadcom squashfs images:
authorFelix Fietkau <nbd@openwrt.org>
Tue, 15 May 2007 18:41:48 +0000 (18:41 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 15 May 2007 18:41:48 +0000 (18:41 +0000)
commit8a97e54f222cc1927491a27cfd30ff5e9f49fef2
treeb0af3e5131fb79fd56a508dff9e967c5052eb5bc
parent4c83d9a1a05d4070da9cda065b9fd4c1c54241ce
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.

SVN-Revision: 7253
target/linux/brcm-2.4/image/Makefile
tools/firmware-utils/src/trx.c