Felix Fietkau
79cdfd5456
wrt350nv2-builder: increase path limit from 64 bytes to 256 bytes, as 64 bytes may not be enough. suggested by maddes
...
SVN-Revision: 18794
2009-12-16 13:47:47 +00:00
Felix Fietkau
3fcaccd9b3
add a hacked up version of upslug2 which is able to flash a wrt350nv2 in recovery mode
...
SVN-Revision: 18765
2009-12-12 02:00:50 +00:00
Felix Fietkau
2820f3cbd3
wrt350nv2-builder: fix a small off-by-one error (thx, mb)
...
SVN-Revision: 18764
2009-12-12 01:01:42 +00:00
Felix Fietkau
54f40f36f7
fix portability issues and other minor bugs in the wrt350nv2 image builder
...
SVN-Revision: 18762
2009-12-12 00:44:15 +00:00
Felix Fietkau
a5e97547c6
add wrt350n v2 image building code from #5970 (thx, maddes)
...
SVN-Revision: 18761
2009-12-12 00:44:03 +00:00
Michael Büsch
d0ca6b9080
lzma2eva: Endianness fixes.
...
SVN-Revision: 18760
2009-12-11 23:50:51 +00:00
Gabor Juhos
7d8a1bf239
ar71xx: TL-WR1043ND support cleanup
...
SVN-Revision: 18697
2009-12-08 12:46:30 +00:00
Gabor Juhos
b12d752a63
ar71xx: preliminary support for the TL-WR1043ND
...
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
2009-12-08 12:46:25 +00:00
Gabor Juhos
32e3529836
tools: build old squashfs tools for ar71xx
...
SVN-Revision: 18596
2009-11-29 09:33:50 +00:00
Gabor Juhos
6d2fa1c896
ar71xx: create images for the WNDR3700, which can be flashed via the factory web interface
...
SVN-Revision: 18571
2009-11-28 09:28:25 +00:00
Gabor Juhos
09b5ed9641
firmware-utils: add WNDR3700 image fixing tool (thanks to Anael Orlinski)
...
SVN-Revision: 18569
2009-11-28 08:25:53 +00:00
Florian Fainelli
9f15eecf64
update automake to 1.10, fixes #6022
...
SVN-Revision: 18527
2009-11-24 21:17:20 +00:00
Felix Fietkau
e999c93128
mkfwimage: add support for the XM layout (bullet/rocket/nano M)
...
SVN-Revision: 18448
2009-11-18 18:10:24 +00:00
Felix Fietkau
73384dd1ff
mklibs: fix missing __pack_f symbol in uclibc after relink
...
SVN-Revision: 18438
2009-11-17 04:36:07 +00:00
Imre Kaloz
f87c3cbb3a
make the lzma version kernel version dependent, and only build the one we do need
...
SVN-Revision: 18426
2009-11-15 20:25:29 +00:00
Gabor Juhos
e6a40cac9a
ar71xx: increase max size of RouterStation and RouterStation Pro firmware images
...
Thanks to riskable! (closes #5860 )
SVN-Revision: 18410
2009-11-13 17:11:23 +00:00
Felix Fietkau
3a5deae00d
gcc: add a config option for using the gcc graphite framework (disabled by default)
...
SVN-Revision: 18403
2009-11-12 13:42:07 +00:00
Imre Kaloz
cc222ce56d
powerpc: use the in-kernel dtc compiler
...
SVN-Revision: 18374
2009-11-11 13:44:12 +00:00
Felix Fietkau
bfba89123b
Don't build gmp and mpfr when using external toolchains (based on patch from #6035 )
...
SVN-Revision: 18310
2009-11-05 11:16:20 +00:00
Felix Fietkau
c79b439709
squashfs4: use our lzma props settings again instead of the defaults (smaller images on arm/mips)
...
SVN-Revision: 18273
2009-11-02 14:52:15 +00:00
Felix Fietkau
2ecc782491
squashfs4: refresh the cygwin patch
...
SVN-Revision: 18272
2009-11-02 14:52:09 +00:00
Felix Fietkau
6b09768275
squashfs4: fix build breakage
...
SVN-Revision: 18271
2009-11-02 14:52:03 +00:00
Imre Kaloz
4364bc210e
sync mksquashfs4 with the CVS code to generate LZMA images
...
SVN-Revision: 18268
2009-11-02 09:52:54 +00:00
Felix Fietkau
22523c204a
add cloog and ppl to the tools build for the graphite framework in gcc 4.4
...
SVN-Revision: 18264
2009-11-02 00:47:21 +00:00
Gabor Juhos
7849923473
ar71xx: add preliminary support for the TL-WR841ND v5 board
...
SVN-Revision: 18226
2009-10-30 12:26:25 +00:00
Felix Fietkau
28d3db089d
mklibs: use -Wl,--gc-sections when relinking - currently only saves a few bytes, maybe more in the future
...
SVN-Revision: 18123
2009-10-22 16:54:18 +00:00
Felix Fietkau
6f52504a97
mklibs: preserve the uclibc init symbol
...
SVN-Revision: 18085
2009-10-19 23:26:05 +00:00
Felix Fietkau
57d29edb07
mklibs: handle duplicate symbols properly
...
SVN-Revision: 18084
2009-10-19 23:26:00 +00:00
Felix Fietkau
eeadbde8ea
mklibs: fix crashes on nonexistant sections in readelf (thx, justus)
...
SVN-Revision: 18083
2009-10-19 23:25:42 +00:00
Felix Fietkau
c30639b1e8
gmp: upgrade to 4.3.1 and fix compile on 64-bit mac os x
...
SVN-Revision: 17717
2009-09-25 09:28:26 +00:00
Felix Fietkau
76c655e96b
mklibs: fix libpthread link error ( #5851 )
...
SVN-Revision: 17639
2009-09-20 12:51:48 +00:00
Matteo Croce
9f53073e97
fix error in mksquashfs4 when data can't be compressed
...
SVN-Revision: 17585
2009-09-15 09:01:27 +00:00
Felix Fietkau
f32f0814b1
firmware-utils: raise the default trx image size limit for something more appropriate for devices with 8M flash
...
SVN-Revision: 17537
2009-09-07 13:55:02 +00:00
Florian Fainelli
8868aa88c8
build fixes for squashfs4 on cygwin
...
SVN-Revision: 17430
2009-08-27 19:47:13 +00:00
Florian Fainelli
8733456b72
fix quilt installation on all platforms
...
SVN-Revision: 17405
2009-08-26 07:55:31 +00:00
Florian Fainelli
d17e2ee125
make quilt installation work on cygwin
...
SVN-Revision: 17398
2009-08-25 14:55:18 +00:00
Florian Fainelli
ec6127c955
update mpfr to 2.4.1
...
SVN-Revision: 17334
2009-08-20 16:08:52 +00:00
Florian Fainelli
26b1e0ebe2
disable mpfr tests compilation, slightly speeds up the build process
...
SVN-Revision: 17295
2009-08-17 14:51:32 +00:00
Florian Fainelli
85698765da
add support for the Pirelli AG226G board ( #5337 )
...
SVN-Revision: 17190
2009-08-09 10:19:47 +00:00
Felix Fietkau
d9f9d74f69
mklibs: do not touch libraries that cannot be rebuilt
...
SVN-Revision: 17172
2009-08-08 02:24:59 +00:00
Felix Fietkau
a6a83985a0
upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelf
...
SVN-Revision: 17171
2009-08-08 02:24:54 +00:00
Felix Fietkau
583f6f2d6a
mklibs: do not fail on unresolved symbols, but print warnings
...
SVN-Revision: 17170
2009-08-08 02:24:49 +00:00
Florian Fainelli
a865c9deb5
fix mklibs compilation failures on stdio.h not being included
...
SVN-Revision: 17164
2009-08-07 10:31:27 +00:00
Felix Fietkau
36aa20bdab
add mklibs (based on a patch by florian) in preparation for optional library symbol stripping
...
SVN-Revision: 17154
2009-08-07 00:07:18 +00:00
Gabor Juhos
59c1e90fd7
firmware-utils/addpattern: add support for the WRT160NL
...
SVN-Revision: 17140
2009-08-06 09:15:05 +00:00
Florian Fainelli
8cfbcf0d0b
revert r17022, this is not the way to do this
...
SVN-Revision: 17023
2009-07-26 18:13:03 +00:00
Florian Fainelli
b78a0f257e
override sed configuration to work with FreeBSD ( #4531 )
...
SVN-Revision: 17022
2009-07-26 18:09:20 +00:00
Gabor Juhos
86d7900724
firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>)
...
SVN-Revision: 16792
2009-07-12 08:59:18 +00:00
Gabor Juhos
a21bf40453
increase size of the kernel partition on the TL-WR[789]41N boards
...
SVN-Revision: 16785
2009-07-11 17:20:46 +00:00
Gabor Juhos
db71f38ed6
firmware-utils/mktplinkfw: add option for combined images
...
SVN-Revision: 16742
2009-07-08 08:17:26 +00:00