Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flashmap and image generation: reduced union bcm_tag to a single struct ↵ | Florian Fainelli | 2010-04-01 | 1 | -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 it | Florian Fainelli | 2010-03-28 | 1 | -178/+1 |
| | | | | SVN-Revision: 20548 | ||||
* | firmware-utils/trx: add relative offset parameter | Gabor Juhos | 2010-03-27 | 1 | -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 images | Florian Fainelli | 2010-03-26 | 1 | -88/+26 |
| | | | | SVN-Revision: 20437 | ||||
* | added support for wrt54g3gv2-vf and new trx header format | Markus Wigge | 2010-03-25 | 2 | -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 rtz | Florian Fainelli | 2010-03-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 20293 | ||||
* | sstrip: fix a section length corruption bug (patch from #6847) | Felix Fietkau | 2010-03-12 | 1 | -2/+1 |
| | | | | SVN-Revision: 20154 | ||||
* | mktplinkfw: add option to strip padding from the end of the image | Gabor Juhos | 2010-03-10 | 1 | -3/+15 |
| | | | | SVN-Revision: 20120 | ||||
* | mktplinkfw: fix help string, and remove duplicated option | Gabor Juhos | 2010-03-08 | 1 | -5/+3 |
| | | | | SVN-Revision: 20067 | ||||
* | mkimage: fix spurious build errors caused by its braindead build system | Felix Fietkau | 2010-03-08 | 1 | -0/+1 |
| | | | | SVN-Revision: 20065 | ||||
* | mtd-utils: do not try to compile in support for ubifs ioctls and extended ↵ | Felix Fietkau | 2010-02-24 | 2 | -5/+5 |
| | | | | | | flags - some linux distros do not support this SVN-Revision: 19846 | ||||
* | firmware-utils/mktplinkfw: add board definitions for TL-WR941ND v4 | Gabor Juhos | 2010-02-19 | 1 | -0/+9 |
| | | | | SVN-Revision: 19748 | ||||
* | Update to v2.2 fixed checksum byte calculation for other versions than ↵ | Travis Kemen | 2010-02-17 | 2 | -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 Kemen | 2010-02-12 | 2 | -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.21 | Imre Kaloz | 2010-02-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 19578 | ||||
* | firmware-utils: unify cc and cc2 macros, simplifies Makefile | Jo-Philipp Wich | 2010-02-01 | 1 | -9/+4 |
| | | | | SVN-Revision: 19487 | ||||
* | firmware-utils: copy bcm_tag.h to src/ and get rid of cc3 macro, fixes ↵ | Jo-Philipp Wich | 2010-02-01 | 2 | -5/+179 |
| | | | | | | imagetag compilation SVN-Revision: 19485 | ||||
* | mtd-utils: refresh the cygwin_fixes patch | Felix Fietkau | 2010-01-16 | 1 | -33/+24 |
| | | | | SVN-Revision: 19159 | ||||
* | mtd-utils: fix compile on mac os x | Felix Fietkau | 2010-01-16 | 4 | -1/+121 |
| | | | | SVN-Revision: 19158 | ||||
* | libuuid: only build the static variant - fixes compile on mac os x | Felix Fietkau | 2010-01-16 | 1 | -3/+3 |
| | | | | SVN-Revision: 19157 | ||||
* | mtd-utils depends on libuuid | Lars-Peter Clausen | 2010-01-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 19117 | ||||
* | Fix libuuid header location and reenable building of mkfs.ubifs | Lars-Peter Clausen | 2010-01-13 | 2 | -5/+9 |
| | | | | SVN-Revision: 19113 | ||||
* | mtd-utils: Don't include lzo headers aswell... | Lars-Peter Clausen | 2010-01-11 | 1 | -4/+14 |
| | | | | SVN-Revision: 19107 | ||||
* | do not build nor install mkfs.ubifs until we have it fixed (#6483) | Florian Fainelli | 2010-01-11 | 1 | -5/+1 |
| | | | | SVN-Revision: 19106 | ||||
* | Add libuuid Makefile. Oops... | Lars-Peter Clausen | 2010-01-11 | 1 | -0/+50 |
| | | | | SVN-Revision: 19105 | ||||
* | mtd-utils: Disable lzo for mkfs.ubifs | Lars-Peter Clausen | 2010-01-11 | 1 | -0/+79 |
| | | | | SVN-Revision: 19104 | ||||
* | Add libuuid hosttool package. It's needed in order to build mkfs.ubifs | Lars-Peter Clausen | 2010-01-11 | 2 | -1/+1995 |
| | | | | SVN-Revision: 19103 | ||||
* | mtd-utils: Build mkfs.ubifs | Lars-Peter Clausen | 2010-01-11 | 1 | -4/+8 |
| | | | | SVN-Revision: 19096 | ||||
* | mkimage: fix compile errors on non-glibc systems | Felix Fietkau | 2010-01-10 | 1 | -0/+31 |
| | | | | SVN-Revision: 19095 | ||||
* | upgrade and build from the u-boot source | Imre Kaloz | 2010-01-10 | 4 | -1122/+13 |
| | | | | SVN-Revision: 19091 | ||||
* | mpfr: add missing MD5SUM | Nicolas Thill | 2010-01-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 19060 | ||||
* | make mtd-utils compile correctly on cygwin | Florian Fainelli | 2010-01-05 | 1 | -0/+466 |
| | | | | SVN-Revision: 19039 | ||||
* | remove handling of older unsupported kernels | Imre Kaloz | 2009-12-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 18955 | ||||
* | ar71xx: add support for the TL-WR841N v1.5 board | Gabor Juhos | 2009-12-22 | 1 | -0/+9 |
| | | | | SVN-Revision: 18893 | ||||
* | wrt350nv2-builder: increase path limit from 64 bytes to 256 bytes, as 64 ↵ | Felix Fietkau | 2009-12-16 | 1 | -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 Fietkau | 2009-12-12 | 4 | -2/+469 |
| | | | | | | recovery mode SVN-Revision: 18765 | ||||
* | wrt350nv2-builder: fix a small off-by-one error (thx, mb) | Felix Fietkau | 2009-12-12 | 1 | -3/+3 |
| | | | | SVN-Revision: 18764 | ||||
* | fix portability issues and other minor bugs in the wrt350nv2 image builder | Felix Fietkau | 2009-12-12 | 1 | -19/+10 |
| | | | | SVN-Revision: 18762 | ||||
* | add wrt350n v2 image building code from #5970 (thx, maddes) | Felix Fietkau | 2009-12-12 | 9 | -0/+2011 |
| | | | | SVN-Revision: 18761 | ||||
* | lzma2eva: Endianness fixes. | Michael Büsch | 2009-12-11 | 1 | -26/+88 |
| | | | | SVN-Revision: 18760 | ||||
* | ar71xx: TL-WR1043ND support cleanup | Gabor Juhos | 2009-12-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 18697 | ||||
* | ar71xx: preliminary support for the TL-WR1043ND | Gabor Juhos | 2009-12-08 | 1 | -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 ar71xx | Gabor Juhos | 2009-11-29 | 1 | -2/+4 |
| | | | | SVN-Revision: 18596 | ||||
* | ar71xx: create images for the WNDR3700, which can be flashed via the factory ↵ | Gabor Juhos | 2009-11-28 | 2 | -0/+200 |
| | | | | | | web interface SVN-Revision: 18571 | ||||
* | firmware-utils: add WNDR3700 image fixing tool (thanks to Anael Orlinski) | Gabor Juhos | 2009-11-28 | 2 | -0/+140 |
| | | | | SVN-Revision: 18569 | ||||
* | update automake to 1.10, fixes #6022 | Florian Fainelli | 2009-11-24 | 1 | -2/+3 |
| | | | | SVN-Revision: 18527 | ||||
* | mkfwimage: add support for the XM layout (bullet/rocket/nano M) | Felix Fietkau | 2009-11-18 | 1 | -1/+7 |
| | | | | SVN-Revision: 18448 | ||||
* | mklibs: fix missing __pack_f symbol in uclibc after relink | Felix Fietkau | 2009-11-17 | 1 | -0/+27 |
| | | | | SVN-Revision: 18438 | ||||
* | make the lzma version kernel version dependent, and only build the one we do ↵ | Imre Kaloz | 2009-11-15 | 2 | -2/+7 |
| | | | | | | need SVN-Revision: 18426 | ||||
* | ar71xx: increase max size of RouterStation and RouterStation Pro firmware images | Gabor Juhos | 2009-11-13 | 1 | -2/+2 |
| | | | | | | Thanks to riskable! (closes #5860) SVN-Revision: 18410 |