summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* squashfs4: fix build breakageFelix Fietkau2009-11-021-3/+1
| | | | SVN-Revision: 18271
* sync mksquashfs4 with the CVS code to generate LZMA imagesImre Kaloz2009-11-021-358/+2124
| | | | SVN-Revision: 18268
* add cloog and ppl to the tools build for the graphite framework in gcc 4.4Felix Fietkau2009-11-023-0/+85
| | | | SVN-Revision: 18264
* ar71xx: add preliminary support for the TL-WR841ND v5 boardGabor Juhos2009-10-301-0/+9
| | | | SVN-Revision: 18226
* mklibs: use -Wl,--gc-sections when relinking - currently only saves a few ↵Felix Fietkau2009-10-221-0/+11
| | | | | | bytes, maybe more in the future SVN-Revision: 18123
* mklibs: preserve the uclibc init symbolFelix Fietkau2009-10-191-0/+14
| | | | SVN-Revision: 18085
* mklibs: handle duplicate symbols properlyFelix Fietkau2009-10-191-0/+32
| | | | SVN-Revision: 18084
* mklibs: fix crashes on nonexistant sections in readelf (thx, justus)Felix Fietkau2009-10-191-0/+33
| | | | SVN-Revision: 18083
* gmp: upgrade to 4.3.1 and fix compile on 64-bit mac os xFelix Fietkau2009-09-251-2/+18
| | | | SVN-Revision: 17717
* mklibs: fix libpthread link error (#5851)Felix Fietkau2009-09-201-0/+28
| | | | SVN-Revision: 17639
* fix error in mksquashfs4 when data can't be compressedMatteo Croce2009-09-151-33/+51
| | | | SVN-Revision: 17585
* firmware-utils: raise the default trx image size limit for something more ↵Felix Fietkau2009-09-071-1/+1
| | | | | | appropriate for devices with 8M flash SVN-Revision: 17537
* build fixes for squashfs4 on cygwinFlorian Fainelli2009-08-271-0/+154
| | | | SVN-Revision: 17430
* fix quilt installation on all platformsFlorian Fainelli2009-08-261-2/+2
| | | | SVN-Revision: 17405
* make quilt installation work on cygwinFlorian Fainelli2009-08-251-1/+1
| | | | SVN-Revision: 17398
* update mpfr to 2.4.1Florian Fainelli2009-08-202-16/+17
| | | | SVN-Revision: 17334
* disable mpfr tests compilation, slightly speeds up the build processFlorian Fainelli2009-08-171-0/+23
| | | | SVN-Revision: 17295
* add support for the Pirelli AG226G board (#5337)Florian Fainelli2009-08-091-0/+4
| | | | SVN-Revision: 17190
* mklibs: do not touch libraries that cannot be rebuiltFelix Fietkau2009-08-081-0/+50
| | | | SVN-Revision: 17172
* upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelfFelix Fietkau2009-08-083-9/+10
| | | | SVN-Revision: 17171
* mklibs: do not fail on unresolved symbols, but print warningsFelix Fietkau2009-08-081-0/+23
| | | | SVN-Revision: 17170
* fix mklibs compilation failures on stdio.h not being includedFlorian Fainelli2009-08-071-0/+11
| | | | SVN-Revision: 17164
* add mklibs (based on a patch by florian) in preparation for optional library ↵Felix Fietkau2009-08-073-1/+2592
| | | | | | symbol stripping SVN-Revision: 17154
* firmware-utils/addpattern: add support for the WRT160NLGabor Juhos2009-08-061-5/+55
| | | | SVN-Revision: 17140
* revert r17022, this is not the way to do thisFlorian Fainelli2009-07-261-8/+0
| | | | SVN-Revision: 17023
* override sed configuration to work with FreeBSD (#4531)Florian Fainelli2009-07-261-0/+8
| | | | SVN-Revision: 17022
* firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep ↵Gabor Juhos2009-07-125-0/+726
| | | | | | Mistry <sandeep.mistry at gmail.com>) SVN-Revision: 16792
* increase size of the kernel partition on the TL-WR[789]41N boardsGabor Juhos2009-07-111-3/+3
| | | | SVN-Revision: 16785
* firmware-utils/mktplinkfw: add option for combined imagesGabor Juhos2009-07-081-22/+40
| | | | SVN-Revision: 16742
* firmware-utils/mktplinkfw: add board definitions for TL-WR741ND v1Gabor Juhos2009-07-071-1/+10
| | | | SVN-Revision: 16740
* fix segfault when using the maxlen argument (#4359)Florian Fainelli2009-07-011-0/+1
| | | | SVN-Revision: 16641
* firmware-utils: add a tool to compute crc value for the 5gxi firmwareGabor Juhos2009-06-252-0/+310
| | | | SVN-Revision: 16557
* firmware-utils/mkcsysimg: minor bugfixGabor Juhos2009-06-251-1/+1
| | | | SVN-Revision: 16556
* firmware-utils/mkcsysimg: add signature for the 5GXi boardGabor Juhos2009-06-242-5/+6
| | | | SVN-Revision: 16551
* firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption ↵Gabor Juhos2009-06-242-0/+362
| | | | | | algrithm SVN-Revision: 16550