Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -5/+1 |
| | | | | | | imagetag compilation SVN-Revision: 19485 | ||||
* | ar71xx: create images for the WNDR3700, which can be flashed via the factory ↵ | Gabor Juhos | 2009-11-28 | 1 | -0/+1 |
| | | | | | | web interface SVN-Revision: 18571 | ||||
* | firmware-utils: add WNDR3700 image fixing tool (thanks to Anael Orlinski) | Gabor Juhos | 2009-11-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 18569 | ||||
* | firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep ↵ | Gabor Juhos | 2009-07-12 | 1 | -0/+1 |
| | | | | | | Mistry <sandeep.mistry at gmail.com>) SVN-Revision: 16792 | ||||
* | firmware-utils: add a tool to compute crc value for the 5gxi firmware | Gabor Juhos | 2009-06-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 16557 | ||||
* | firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption ↵ | Gabor Juhos | 2009-06-24 | 1 | -0/+1 |
| | | | | | | algrithm SVN-Revision: 16550 | ||||
* | firmware-utils: add a small utility for generating nand flash images with ↵ | Felix Fietkau | 2009-06-14 | 1 | -0/+1 |
| | | | | | | ecc info SVN-Revision: 16458 | ||||
* | rework imagetag firmware generator and MTD partition parser to accomodate ↵ | Florian Fainelli | 2009-06-09 | 1 | -1/+8 |
| | | | | | | with all known imagetag versions from Broadcom and vendors, patch from Daniel Dickinson (fixes #4987). SVN-Revision: 16393 | ||||
* | tools/firmware-utils: Added encode_crc, for Freecom devices. | Rod Whitby | 2009-03-22 | 1 | -0/+1 |
| | | | | SVN-Revision: 14961 | ||||
* | firmware-utils: add new firmware generation tool for the TP-LINK TL-WR941ND ↵ | Gabor Juhos | 2009-02-26 | 1 | -0/+1 |
| | | | | | | device SVN-Revision: 14672 | ||||
* | build system refactoring in preparation for allowing packages to do ↵ | Felix Fietkau | 2009-02-22 | 1 | -6/+6 |
| | | | | | | host-build steps SVN-Revision: 14610 | ||||
* | firmware-utils/mkplanexfw: new firmware generation tool for the Planex ↵ | Gabor Juhos | 2009-02-04 | 1 | -0/+5 |
| | | | | | | MZK-W04NU device SVN-Revision: 14410 | ||||
* | Add makeamitbin to generate images for other RDC-based devices, thanks sn9 ! | Florian Fainelli | 2008-10-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 13056 | ||||
* | firmware-utils: new firmware generation tool for the WILIGEAR WBD-111 | Gabor Juhos | 2008-10-13 | 1 | -1/+2 |
| | | | | SVN-Revision: 12975 | ||||
* | replacement of the add_header utility used by various vendors | Imre Kaloz | 2008-06-27 | 1 | -0/+1 |
| | | | | SVN-Revision: 11588 | ||||
* | bcm963xx: add cfe image tagging utility | Felix Fietkau | 2008-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | This replaces the proprietary bcmImageBuilder program from the Broadcom source drops. It basically adds a 256 bytes header in front of the kernel + rootfs which contains a few text signatures, the locations of the data as well as the checksums of the data and the tag. It also adds a 12 bytes header in front of the LZMA kernel which contains the load address, kernel entry and the size of the compressed LZMA data. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11170 | ||||
* | buld images for the Ubiquiti LiteStation and NanoStation ported from ↵ | Travis Kemen | 2008-05-07 | 1 | -0/+1 |
| | | | | | | http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 SVN-Revision: 11061 | ||||
* | firmware-utils: new firmware generation tool for the Cellvision ↵ | Gabor Juhos | 2008-01-29 | 1 | -1/+2 |
| | | | | | | CAS-6xx/NFS-xxx devices SVN-Revision: 10306 | ||||
* | Use $(CP) instead of $(INSTALL_BIN) for binaries. | Felix Fietkau | 2007-12-09 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9694 | ||||
* | ar7: add eva image generation (thanks Axel Gembe) | Eugene Konev | 2007-10-22 | 1 | -1/+2 |
| | | | | SVN-Revision: 9401 | ||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -5/+2 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||||
* | add firmware generation tool for ZyXEL boards | Gabor Juhos | 2007-08-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 8318 | ||||
* | host-build.mk used incorrectly | Mike Baker | 2007-05-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 7156 | ||||
* | Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no ↵ | Florian Fainelli | 2007-04-03 | 1 | -1/+0 |
| | | | | | | longer broken, and have been tested SVN-Revision: 6847 | ||||
* | Add ADM5120 based edimax image generation utilities | Florian Fainelli | 2007-04-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 6840 | ||||
* | Add firmware generation for other Compex boards based on myloader, thanks to ↵ | Florian Fainelli | 2007-03-22 | 1 | -0/+1 |
| | | | | | | Juhos Gabor ! SVN-Revision: 6640 | ||||
* | Add image generation for edimax routers | Florian Fainelli | 2007-03-21 | 1 | -0/+1 |
| | | | | SVN-Revision: 6627 | ||||
* | Add srec2bin to firmware-utils | Eugene Konev | 2007-03-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 6599 | ||||
* | Add airlink firmware generation tool, thanks to Vassily Galinsky for that ! | Florian Fainelli | 2006-12-11 | 1 | -0/+1 |
| | | | | SVN-Revision: 5760 | ||||
* | remove custom partition table hack, add ptgen utility for generating ↵ | Felix Fietkau | 2006-12-07 | 1 | -0/+1 |
| | | | | | | partition tables SVN-Revision: 5704 | ||||
* | move target/utils to tools/firmware-utils | Felix Fietkau | 2006-12-06 | 1 | -0/+32 |
SVN-Revision: 5702 |