aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* mtd-utils: remove bogus include statement to make it more portableFelix Fietkau2010-04-141-2/+1
| | | | SVN-Revision: 20853
* remove 'svn:executable' propertyNicolas Thill2010-04-121-0/+0
| | | | SVN-Revision: 20831
* add jffs2/lzma support (not activated by default yet)Alexandros C. Couloumbis2010-04-121-0/+5031
| | | | SVN-Revision: 20828
* flashmap and image generation: reduced union bcm_tag to a single struct ↵Florian Fainelli2010-04-011-246/+80
| | | | | | combining the elements so that it is no longer necessary to create an openwrt-only tagid and tagcrc, and elimate the tagid detection and switch statements which made dealing with imagetags overly complicated, especially since the logic would need analogs in all code that touched the imagetag. Patch from cshore. SVN-Revision: 20652
* move bcm_tag.h out of the flashmap patch so that user-land tools can re-use itFlorian Fainelli2010-03-281-178/+1
| | | | SVN-Revision: 20548
* firmware-utils/trx: add relative offset parameterGabor Juhos2010-03-271-2/+22
| | | | | | | | * will be used for the WRT160NL board * patch by Bernhard Loos * note: rejected parts has been fixed SVN-Revision: 20522
* revert r18760 since it prevents people from building working eva imagesFlorian Fainelli2010-03-261-88/+26
| | | | SVN-Revision: 20437
* added support for wrt54g3gv2-vf and new trx header formatMarkus Wigge2010-03-252-14/+50
| | | | | | | | | | | | - hacked addpattern due to changes in header format - added "-5" to addpattern, some 0xFF are needed for trx2 header "-4" broke CRC checking in CFE - hacked trx.c due to new header format version - added target to create trx-V2 images the flashmap driver possibly needs to be customized. SVN-Revision: 20433
* fix file creation mode, thanks rtzFlorian Fainelli2010-03-181-1/+1
| | | | SVN-Revision: 20293
* sstrip: fix a section length corruption bug (patch from #6847)Felix Fietkau2010-03-121-2/+1
| | | | SVN-Revision: 20154
* mktplinkfw: add option to strip padding from the end of the imageGabor Juhos2010-03-101-3/+15
| | | | SVN-Revision: 20120
* mktplinkfw: fix help string, and remove duplicated optionGabor Juhos2010-03-081-5/+3
| | | | SVN-Revision: 20067
* mkimage: fix spurious build errors caused by its braindead build systemFelix Fietkau2010-03-081-0/+1
| | | | SVN-Revision: 20065
* mtd-utils: do not try to compile in support for ubifs ioctls and extended ↵Felix Fietkau2010-02-242-5/+5
| | | | | | flags - some linux distros do not support this SVN-Revision: 19846
* firmware-utils/mktplinkfw: add board definitions for TL-WR941ND v4Gabor Juhos2010-02-191-0/+9
| | | | SVN-Revision: 19748
* Update to v2.2 fixed checksum byte calculation for other versions than ↵Travis Kemen2010-02-172-23/+32
| | | | | | | | 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
* Update to v2.1 Stays closer to the stock firmware by using wrt350n.bin for ↵Travis Kemen2010-02-122-98/+118
| | | | | | | | the created image. Adds the possibility to create the image in two separate steps (-b / -z). Makefiles now support the possibility to include a u-boot image for a 100%-stock-like image. Signed off by: Matthias Buecher <mail@maddes.net> SVN-Revision: 19596
* with no users left, remove support for 2.6.21Imre Kaloz2010-02-111-1/+1
| | | | SVN-Revision: 19578
* firmware-utils: unify cc and cc2 macros, simplifies MakefileJo-Philipp Wich2010-02-011-9/+4
| | | | SVN-Revision: 19487
* firmware-utils: copy bcm_tag.h to src/ and get rid of cc3 macro, fixes ↵Jo-Philipp Wich2010-02-012-5/+179
| | | | | | imagetag compilation SVN-Revision: 19485
* mtd-utils: refresh the cygwin_fixes patchFelix Fietkau2010-01-161-33/+24
| | | | SVN-Revision: 19159
* mtd-utils: fix compile on mac os xFelix Fietkau2010-01-164-1/+121
| | | | SVN-Revision: 19158
* libuuid: only build the static variant - fixes compile on mac os xFelix Fietkau2010-01-161-3/+3
| | | | SVN-Revision: 19157
* mtd-utils depends on libuuidLars-Peter Clausen2010-01-131-0/+1
| | | | SVN-Revision: 19117
* Fix libuuid header location and reenable building of mkfs.ubifsLars-Peter Clausen2010-01-132-5/+9
| | | | SVN-Revision: 19113
* mtd-utils: Don't include lzo headers aswell...Lars-Peter Clausen2010-01-111-4/+14
| | | | SVN-Revision: 19107
* do not build nor install mkfs.ubifs until we have it fixed (#6483)Florian Fainelli2010-01-111-5/+1
| | | | SVN-Revision: 19106
* Add libuuid Makefile. Oops...Lars-Peter Clausen2010-01-111-0/+50
| | | | SVN-Revision: 19105
* mtd-utils: Disable lzo for mkfs.ubifsLars-Peter Clausen2010-01-111-0/+79
| | | | SVN-Revision: 19104
* Add libuuid hosttool package. It's needed in order to build mkfs.ubifsLars-Peter Clausen2010-01-112-1/+1995
| | | | SVN-Revision: 19103
* mtd-utils: Build mkfs.ubifsLars-Peter Clausen2010-01-111-4/+8
| | | | SVN-Revision: 19096
* mkimage: fix compile errors on non-glibc systemsFelix Fietkau2010-01-101-0/+31
| | | | SVN-Revision: 19095
* upgrade and build from the u-boot sourceImre Kaloz2010-01-104-1122/+13
| | | | SVN-Revision: 19091
* mpfr: add missing MD5SUMNicolas Thill2010-01-071-1/+1
| | | | SVN-Revision: 19060
* make mtd-utils compile correctly on cygwinFlorian Fainelli2010-01-051-0/+466
| | | | SVN-Revision: 19039
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-1/+1
| | | | SVN-Revision: 18955
* ar71xx: add support for the TL-WR841N v1.5 boardGabor Juhos2009-12-221-0/+9
| | | | SVN-Revision: 18893
* wrt350nv2-builder: increase path limit from 64 bytes to 256 bytes, as 64 ↵Felix Fietkau2009-12-161-5/+5
| | | | | | bytes may not be enough. suggested by maddes SVN-Revision: 18794
* add a hacked up version of upslug2 which is able to flash a wrt350nv2 in ↵Felix Fietkau2009-12-124-2/+469
| | | | | | recovery mode SVN-Revision: 18765
* wrt350nv2-builder: fix a small off-by-one error (thx, mb)Felix Fietkau2009-12-121-3/+3
| | | | SVN-Revision: 18764
* fix portability issues and other minor bugs in the wrt350nv2 image builderFelix Fietkau2009-12-121-19/+10
| | | | SVN-Revision: 18762
* add wrt350n v2 image building code from #5970 (thx, maddes)Felix Fietkau2009-12-129-0/+2011
| | | | SVN-Revision: 18761
* lzma2eva: Endianness fixes.Michael Büsch2009-12-111-26/+88
| | | | SVN-Revision: 18760
* ar71xx: TL-WR1043ND support cleanupGabor Juhos2009-12-081-1/+1
| | | | SVN-Revision: 18697
* ar71xx: preliminary support for the TL-WR1043NDGabor Juhos2009-12-081-0/+9
| | | | | | | | | | | | Adds board support for the TP-Link TL-WR1043ND Based on the Atheros AP81 platform. Presently the RTL8366RB switch support is missing due to no driver. The ethernet works with 5 ports@1Gbit but is missing vlan support. Hope Ive done this right, First time submiting a patch. Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> SVN-Revision: 18696
* tools: build old squashfs tools for ar71xxGabor Juhos2009-11-291-2/+4
| | | | SVN-Revision: 18596
* ar71xx: create images for the WNDR3700, which can be flashed via the factory ↵Gabor Juhos2009-11-282-0/+200
| | | | | | web interface SVN-Revision: 18571
* firmware-utils: add WNDR3700 image fixing tool (thanks to Anael Orlinski)Gabor Juhos2009-11-282-0/+140
| | | | SVN-Revision: 18569
* update automake to 1.10, fixes #6022Florian Fainelli2009-11-241-2/+3
| | | | SVN-Revision: 18527
* mkfwimage: add support for the XM layout (bullet/rocket/nano M)Felix Fietkau2009-11-181-1/+7
| | | | SVN-Revision: 18448