1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-03 10:30:15 +03:00
openwrt-xburst/tools/firmware-utils/src
juhosg d2617d12b7 firmware-utils/mktplinkfw: add board definitions for TL-WR941ND v4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19748 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 11:52:30 +00:00
..
add_header.c firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC to ensure that overwritten files have the right size (fixes #3505) 2008-09-23 16:12:40 +00:00
addpattern.c [tools] firmware-utils/addpattern: add support for the WRT160NL 2009-08-06 09:15:05 +00:00
airlink.c Fix the jffs2 images with rdc devices (thanks to Daniel Gimpelevich) 2007-08-03 08:06:06 +00:00
bcm_tag.h [tools] firmware-utils: copy bcm_tag.h to src/ and get rid of cc3 macro, fixes imagetag compilation 2010-02-01 01:17:46 +00:00
csysimg.h [tools] firmware-utils/mkcsysimg: add signature for the 5GXi board 2009-06-24 16:44:30 +00:00
cyg_crc16.c [tools] firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>) 2009-07-12 08:59:18 +00:00
cyg_crc32.c [tools] firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>) 2009-07-12 08:59:18 +00:00
cyg_crc.h [tools] firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>) 2009-07-12 08:59:18 +00:00
dgfirmware.c move target/utils to tools/firmware-utils 2006-12-06 23:41:38 +00:00
encode_crc.c tools/firmware-utils: Added encode_crc, for Freecom devices. 2009-03-22 11:39:32 +00:00
fw.h buld images for the Ubiquiti LiteStation and NanoStation ported from http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 2008-05-07 23:47:17 +00:00
imagetag.c [brcm63xx] add support for the Pirelli AG226G board (#5337) 2009-08-09 10:19:47 +00:00
lzma2eva.c lzma2eva: Endianness fixes. 2009-12-11 23:50:51 +00:00
makeamitbin.c Add makeamitbin to generate images for other RDC-based devices, thanks sn9 ! 2008-10-28 16:26:42 +00:00
md5.c [tools] firmware-utils: add new firmware generation tool for the TP-LINK TL-WR941ND device 2009-02-26 16:59:15 +00:00
md5.h [tools] firmware-utils: add new firmware generation tool for the TP-LINK TL-WR941ND device 2009-02-26 16:59:15 +00:00
mkcasfw.c get rid of $Id$ - it has never helped us and it has broken too many patches ;) 2009-04-17 14:09:46 +00:00
mkcsysimg.c [tools] firmware-utils/mkcsysimg: minor bugfix 2009-06-25 09:39:30 +00:00
mkdniimg.c ar71xx: create images for the WNDR3700, which can be flashed via the factory web interface 2009-11-28 09:28:25 +00:00
mkfwimage2.c [tools] firmware-utils/mkfwimage2: fix a typo 2009-05-11 14:51:56 +00:00
mkfwimage.c mkfwimage: add support for the XM layout (bullet/rocket/nano M) 2009-11-18 18:10:24 +00:00
mkmylofw.c [tools] firmware_utils/mkmylofw: add support of named partitions 2008-11-17 07:45:01 +00:00
mkplanexfw.c [ar71xx] build firmware image for the MZK-W300NH board 2009-06-04 19:14:46 +00:00
mktplinkfw.c firmware-utils/mktplinkfw: add board definitions for TL-WR941ND v4 2010-02-19 11:52:30 +00:00
mkzynfw.c get rid of $Id$ - it has never helped us and it has broken too many patches ;) 2009-04-17 14:09:46 +00:00
motorola-bin.c get rid of $Id$ - it has never helped us and it has broken too many patches ;) 2009-04-17 14:09:46 +00:00
myloader.h [tools] firmware_utils/mkmylofw: add definitions for the NP25G and WPE53G boards 2008-11-16 07:49:27 +00:00
nand_ecc.c firmware-utils: add a small utility for generating nand flash images with ecc info 2009-06-14 20:42:28 +00:00
osbridge-crc.c [tools] firmware-utils: add a tool to compute crc value for the 5gxi firmware 2009-06-25 09:41:06 +00:00
pc1crypt.c [tools] firmware-utils: add a file {en,de}cryption tool, based on the PC1 encryption algrithm 2009-06-24 16:35:38 +00:00
ptgen.c firmware-utils: when using open with O_CREAT and O_WRONLY, also use O_TRUNC to ensure that overwritten files have the right size (fixes #3505) 2008-09-23 16:12:40 +00:00
sha1.c [tools] firmware-utils/mkplanexfw: new firmware generation tool for the Planex MZK-W04NU device 2009-02-04 21:09:06 +00:00
sha1.h [tools] firmware-utils/mkplanexfw: new firmware generation tool for the Planex MZK-W04NU device 2009-02-04 21:09:06 +00:00
srec2bin.c Fix a warning 2007-03-18 13:06:33 +00:00
trx2usr.c move target/utils to tools/firmware-utils 2006-12-06 23:41:38 +00:00
trx.c firmware-utils: raise the default trx image size limit for something more appropriate for devices with 8M flash 2009-09-07 13:55:02 +00:00
wndr3700.c firmware-utils: add WNDR3700 image fixing tool (thanks to Anael Orlinski) 2009-11-28 08:25:53 +00:00
wrt400n.c [tools] firmware-utils: add new tool for the wrt400n (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>) 2009-07-12 08:59:18 +00:00
zynos.h get rid of $Id$ - it has never helped us and it has broken too many patches ;) 2009-04-17 14:09:46 +00:00