summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/trx.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove a debug statement from trx.c, add config changes for at91hcg2007-06-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7491 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fixed trx - variable append used uninitialised. If -A option was nothcg2007-05-301-2/+3
| | | | | | | used, the first offset was not written to the .trx file. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix broadcom squashfs images:nbd2007-05-151-3/+8
| | | | | | | | | | | | 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
* move target/utils to tools/firmware-utilsnbd2006-12-061-0/+354
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5702 3c298f89-4303-0410-b956-a3cf2f4a3e73