summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* tools/mpfr: update to version 3.0.0Alexandros C. Couloumbis2010-12-093-15/+1962
| | | | SVN-Revision: 24382
* tools/mpc: update to version 0.8.2Alexandros C. Couloumbis2010-12-091-2/+2
| | | | SVN-Revision: 24381
* tools/gmp: update to version 5.0.1Alexandros C. Couloumbis2010-12-093-2/+211
| | | | SVN-Revision: 24380
* tools/cloog: update to version 0.15.10Alexandros C. Couloumbis2010-12-091-2/+2
| | | | SVN-Revision: 24378
* tools/ccache: update to version 3.1.3Alexandros C. Couloumbis2010-12-091-2/+2
| | | | SVN-Revision: 24377
* tools/automake: add symbolic links upto version 1.11.1Alexandros C. Couloumbis2010-12-061-0/+2
| | | | SVN-Revision: 24287
* tools/mklibs: revert r24282Alexandros C. Couloumbis2010-12-068-18/+18
| | | | SVN-Revision: 24283
* tools/mklibs: update to version 0.1.30Alexandros C. Couloumbis2010-12-068-18/+18
| | | | SVN-Revision: 24282
* tools/bison: update to version 2.4.3Alexandros C. Couloumbis2010-12-061-4/+4
| | | | SVN-Revision: 24281
* tools/m4: update to version 1.4.15Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24280
* tools/autoconf: update to version 2.68Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24279
* tools/automake: update to version 1.11.1Alexandros C. Couloumbis2010-12-061-2/+2
| | | | SVN-Revision: 24278
* brcm47xx: Add edimax PS1208mfg supportHauke Mehrtens2010-12-022-0/+152
| | | | | | Thank you clemvangelis for the patches. (closes #7672) SVN-Revision: 24217
* tools/pkg-config: update to version 0.25Alexandros C. Couloumbis2010-11-251-2/+2
| | | | SVN-Revision: 24146
* tools/e2fsprogs: fix freebsd compile issueAlexandros C. Couloumbis2010-11-241-0/+18
| | | | SVN-Revision: 24130
* tools/mtd-utils: update to mtd-utils-20101124Alexandros C. Couloumbis2010-11-243-196/+3
| | | | SVN-Revision: 24129
* tools/e2fsprogs: update to e2fsprogs-1.41.12Alexandros C. Couloumbis2010-11-241-2/+2
| | | | SVN-Revision: 24128
* e2fsprogs: fix libuuid installationFelix Fietkau2010-11-221-0/+1
| | | | SVN-Revision: 24106
* e2fsprogs: clean up the makefile and install libuuidFelix Fietkau2010-11-221-29/+3
| | | | SVN-Revision: 24091
* remove 2.6.25 supportImre Kaloz2010-11-221-3/+1
| | | | SVN-Revision: 24089
* add e2fsprogs to tools and use that instead of libuuidImre Kaloz2010-11-224-90/+80
| | | | SVN-Revision: 24078
* imagetag: Significantly updated brcm63xx imagetag writing tool. * Rewrote ↵Daniel Dickinson2010-11-165-219/+1781
| | | | | | commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above). SVN-Revision: 24011
* brcm63xx: imagetag: Fixed occaisonal wrong CRC in image due to using strncpy ↵Daniel Dickinson2010-11-151-2/+2
| | | | | | to copy the CRC into the imagetag. strncpy stops copying after a 00 byte, memcpy doesn't. SVN-Revision: 24000
* target/linux/orion: create subtargets (closes #8154)Alexandros C. Couloumbis2010-11-041-2/+2
| | | | SVN-Revision: 23883
* ensure an empty BUILD_DIR variable is passed down u-boot's makefileMichael Büsch2010-11-031-1/+1
| | | | SVN-Revision: 23832
* add a stripped down (and portable) version of flock to the host toolsFelix Fietkau2010-10-293-1/+348
| | | | SVN-Revision: 23707
* tools/mtd-utils: add two upstream patchesAlexandros C. Couloumbis2010-10-152-0/+193
| | | | SVN-Revision: 23453
* quilt: pass PATH and FIND to configure (FreeBSD compatibility)Jo-Philipp Wich2010-10-071-0/+4
| | | | SVN-Revision: 23288
* reenable squashfs4 for ar71xx, it needs both old and newJo-Philipp Wich2010-10-061-1/+2
| | | | SVN-Revision: 23281
* ipkg-utils: don't fail if conffiles do not exist, resolve them instead and ↵Jo-Philipp Wich2010-10-051-0/+23
| | | | | | silently skip not existing files. This prepares support for sysupgrade hints using to build the keepfile list. Subsequent commits will rely on this feature - a rebuild of tools/ipkg-utils is necessary! SVN-Revision: 23256
* Toto, we don't support Linux 2.4 anymore..Imre Kaloz2010-10-051-1/+1
| | | | SVN-Revision: 23245
* simplify old squashfs/lzma selectionImre Kaloz2010-10-051-4/+1
| | | | SVN-Revision: 23244
* tools/sed: update to sed-4.2.1 (also tested on FreeBSD/AMD64)Alexandros C. Couloumbis2010-10-052-17/+5
| | | | SVN-Revision: 23241
* mtd-utils: refresh patches againJo-Philipp Wich2010-10-032-3/+3
| | | | SVN-Revision: 23194
* tools/mtd-utils: fix build issue under freebsd. update to latest git tree. ↵Alexandros C. Couloumbis2010-10-031-6/+6
| | | | | | (thanks loswillios & larsc) SVN-Revision: 23193
* tools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong.Alexandros C. Couloumbis2010-10-031-210/+0
| | | | SVN-Revision: 23192
* libuuid: Use libuuid from util-linux-ng instead of e2fsprogsLars-Peter Clausen2010-10-022-2009/+52
| | | | SVN-Revision: 23189
* mtd-utils: refresh patchesJo-Philipp Wich2010-10-025-60/+56
| | | | SVN-Revision: 23179
* tools/mtd-utils: fix compilation on OS XJo-Philipp Wich2010-10-021-10/+10
| | | | SVN-Revision: 23176
* tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully ↵Alexandros C. Couloumbis2010-10-0110-56/+293
| | | | | | Darwin) build issues. SVN-Revision: 23169
* firmware-utils/mktplinkfw: add support for the TL-MR3420 v1Gabor Juhos2010-09-271-0/+9
| | | | SVN-Revision: 23137
* firmware-utils/mktplinkfw: add support for the TL-WR841N v7Gabor Juhos2010-09-271-0/+9
| | | | SVN-Revision: 23133
* mtd-utils: revert r23075Jo-Philipp Wich2010-09-152-38/+39
| | | | SVN-Revision: 23076
* mtd-utils: do not rely on host kernel headers, redefine the integer types ↵Jo-Philipp Wich2010-09-152-39/+38
| | | | | | instead (#7950) SVN-Revision: 23075
* revert r23048 for now until Darwin compile issues have been sorted out (#7934)Jo-Philipp Wich2010-09-136-47/+43
| | | | SVN-Revision: 23057
* tools/mtd-utils: update to version git-20100912Alexandros C. Couloumbis2010-09-136-43/+47
| | | | SVN-Revision: 23048
* fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)Felix Fietkau2010-09-054-20/+0
| | | | SVN-Revision: 22934
* Zcomax device firmware tool endianness fixMichael Büsch2010-09-041-1/+1
| | | | SVN-Revision: 22885
* tools/firmware-utils: new tool for the Zcomax devicesGabor Juhos2010-09-032-0/+409
| | | | SVN-Revision: 22883
* add a command for printing a cleaned up make target database - will be used ↵Felix Fietkau2010-09-011-0/+2
| | | | | | to analyze package dependencies at some point SVN-Revision: 22871