summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* mklibs: fix missing __pack_f symbol in uclibc after relinkFelix Fietkau2009-11-171-0/+27
| | | | SVN-Revision: 18438
* make the lzma version kernel version dependent, and only build the one we do ↵Imre Kaloz2009-11-152-2/+7
| | | | | | need SVN-Revision: 18426
* ar71xx: increase max size of RouterStation and RouterStation Pro firmware imagesGabor Juhos2009-11-131-2/+2
| | | | | | Thanks to riskable! (closes #5860) SVN-Revision: 18410
* gcc: add a config option for using the gcc graphite framework (disabled by ↵Felix Fietkau2009-11-121-2/+2
| | | | | | default) SVN-Revision: 18403
* powerpc: use the in-kernel dtc compilerImre Kaloz2009-11-112-34/+0
| | | | SVN-Revision: 18374
* Don't build gmp and mpfr when using external toolchains (based on patch from ↵Felix Fietkau2009-11-051-0/+2
| | | | | | #6035) SVN-Revision: 18310
* squashfs4: use our lzma props settings again instead of the defaults ↵Felix Fietkau2009-11-021-0/+11
| | | | | | (smaller images on arm/mips) SVN-Revision: 18273
* squashfs4: refresh the cygwin patchFelix Fietkau2009-11-021-30/+24
| | | | SVN-Revision: 18272