summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils
Commit message (Collapse)AuthorAgeFilesLines
* build firmware image for the MZK-W300NH boardGabor Juhos2009-06-041-5/+60
| | | | SVN-Revision: 16342
* firmware-utils/mkfwimage: add support for RouterStation Pro (patch from ↵Gabor Juhos2009-05-251-0/+6
| | | | | | Ubiquiti Networks) SVN-Revision: 16064
* fix crc calculation with the new padding (#5143)Florian Fainelli2009-05-221-1/+1
| | | | SVN-Revision: 15977
* fix padding between end of the kernel and beginning of the rootfs in ↵Florian Fainelli2009-05-121-2/+3
| | | | | | imagetag (#5108) SVN-Revision: 15801
* firmware-utils/mkfwimage2: fix a typoGabor Juhos2009-05-111-1/+1
| | | | SVN-Revision: 15770
* Generate suitable images for the UBNT PicoStation2Jo-Philipp Wich2009-04-211-0/+6
| | | | SVN-Revision: 15314
* make images that can be flashed using the stock firmware web interface, ↵Florian Fainelli2009-04-191-32/+100
| | | | | | thanks to Anselmo Luginbuhl and Daniel Dickinson (#4909, #4943) SVN-Revision: 15253
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-176-6/+0
| | | | SVN-Revision: 15242
* revert changeset 15081 seems to break Alice box devicesFlorian Fainelli2009-04-071-1/+1
| | | | SVN-Revision: 15140
* compute rootfs crc32 required for brcm63xx web upgradesFlorian Fainelli2009-04-021-4/+1
| | | | SVN-Revision: 15081
* firmware-utils/mktplinkfw: add support for the TL-WR841ND v3 boardGabor Juhos2009-03-241-0/+9
| | | | SVN-Revision: 15023
* tools/firmware-utils: Added encode_crc, for Freecom devices.Rod Whitby2009-03-222-0/+152
| | | | SVN-Revision: 14961
* cleanup imagetagFlorian Fainelli2009-03-181-2/+2
| | | | SVN-Revision: 14941
* fix a bug which prevented imagetag from correctly initializing the version ↵Florian Fainelli2009-03-171-3/+3
| | | | | | and magic2, use the broadcom default magics, which allows uploading through web interfaces SVN-Revision: 14925
* create firmware image for the Ubiquiti LS-SR71 boardGabor Juhos2009-03-141-0/+6
| | | | SVN-Revision: 14874
* add support for AGPF-S0 (Pirelli Alice Gate VoIP 2 Plus Wi-Fi) #4366Florian Fainelli2009-03-121-12/+46
| | | | SVN-Revision: 14850
* allow flash start address and firmware offset to be set on the command line ↵Florian Fainelli2009-03-101-11/+24
| | | | | | (#4666) SVN-Revision: 14832
* firmware-utils: add new firmware generation tool for the TP-LINK TL-WR941ND ↵Gabor Juhos2009-02-264-0/+805
| | | | | | device SVN-Revision: 14672
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-6/+6
| | | | | | host-build steps SVN-Revision: 14610
* firmware-utils/mkplanexfw: new firmware generation tool for the Planex ↵Gabor Juhos2009-02-044-0/+712
| | | | | | MZK-W04NU device SVN-Revision: 14410
* firmware-utils/mkfwimage: update RouterStation specific values, adn remove ↵Gabor Juhos2009-02-041-14/+2
| | | | | | some unused code SVN-Revision: 14404
* firmware-utils/mkcasfw: fix magic value of the TN-U200 boardGabor Juhos2009-01-131-1/+1
| | | | SVN-Revision: 14022
* firmware-utils/mkfwimage: fix root_start valuesGabor Juhos2009-01-051-2/+2
| | | | SVN-Revision: 13874
* firmware-utils/mkfwimage: fix Ubiquiti firmware generation (closes #4414)Gabor Juhos2009-01-041-5/+5
| | | | SVN-Revision: 13859
* firmware-utils/mkfwimage: add RouterStation support (based on a patch by ↵Gabor Juhos2008-12-181-14/+71
| | | | | | Jonas <jonas at ubnt.com>) SVN-Revision: 13682
* firmware_utils/mkmylofw: add support of named partitionsGabor Juhos2008-11-171-19/+49
| | | | SVN-Revision: 13253
* firmware_utils/mkmylofw: add definitions for the NP25G and WPE53G boardsGabor Juhos2008-11-162-0/+15
| | | | SVN-Revision: 13226
* Fix small typo #4148Florian Fainelli2008-11-081-1/+1
| | | | SVN-Revision: 13142
* Add makeamitbin to generate images for other RDC-based devices, thanks sn9 !Florian Fainelli2008-10-282-0/+317
| | | | SVN-Revision: 13056
* firmware-utils: new firmware generation tool for the WILIGEAR WBD-111Gabor Juhos2008-10-132-1/+449
| | | | SVN-Revision: 12975
* firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC ↵Felix Fietkau2008-09-233-4/+4
| | | | | | to ensure that overwritten files have the right size (fixes #3505) SVN-Revision: 12667
* firmware-utils/mkmylofw: WP543 supportGabor Juhos2008-09-082-26/+47
| | | | SVN-Revision: 12552
* fix mkfwimage to recognize the -s optionTravis Kemen2008-07-281-1/+1
| | | | SVN-Revision: 11978
* fix mkfwimage build on mac os xFelix Fietkau2008-07-261-1/+1
| | | | SVN-Revision: 11947
* Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add ↵Travis Kemen2008-07-251-77/+74
| | | | | | back in ubiquiti image generation. SVN-Revision: 11920
* replacement of the add_header utility used by various vendorsImre Kaloz2008-06-272-0/+139
| | | | SVN-Revision: 11588
* firmware-utils/mkzynfs: even more improvementsGabor Juhos2008-06-221-8/+73
| | | | SVN-Revision: 11559
* firmware-utils: ZyXEL firmware tool improvementsGabor Juhos2008-06-222-11/+32
| | | | SVN-Revision: 11550
* firmware-utils/mkcasfw: add model id for Ovislink WL-5420/5460 IP camerasGabor Juhos2008-06-171-0/+4
| | | | SVN-Revision: 11527
* bcm963xx: add cfe image tagging utilityFelix Fietkau2008-05-182-0/+302
| | | | | | | | | | | | | 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
* mkzynfw: add definitions for the P-2602HW-D1AGabor Juhos2008-05-092-12/+23
| | | | SVN-Revision: 11096
* mkzynfw: fix NBG-318S definitionsGabor Juhos2008-05-092-2/+2
| | | | SVN-Revision: 11095
* buld images for the Ubiquiti LiteStation and NanoStation ported from ↵Travis Kemen2008-05-073-0/+465
| | | | | | http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 SVN-Revision: 11061
* Create a dummy sit package for 2.4 kernelsqFlorian Fainelli2008-03-271-1/+1
| | | | SVN-Revision: 10668
* Add definitions for the Zyxel NBG-318SFlorian Fainelli2008-03-262-0/+14
| | | | SVN-Revision: 10662
* Add AG241 code pattern (fixes #1089)Matteo Croce2008-03-111-3/+23
| | | | SVN-Revision: 10584
* firmware-utils: new firmware generation tool for the Cellvision ↵Gabor Juhos2008-01-292-1/+1029
| | | | | | CAS-6xx/NFS-xxx devices SVN-Revision: 10306
* firmware-utils/mkzynfw: remove 'svn:executable' property (closes #3082)Gabor Juhos2008-01-252-0/+0
| | | | SVN-Revision: 10258
* firmware-utils/mkzynfw: add preliminary support for OEM boardsGabor Juhos2008-01-252-47/+59
| | | | SVN-Revision: 10243
* firmware-utils:fix a bug in mkzynfw, thanks to <theosch at gmx.de> (closes ↵Gabor Juhos2008-01-171-1/+1
| | | | | | #3003) SVN-Revision: 10218