Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware-utils/mktplinkfw: add support for the TL-WA901ND | Gabor Juhos | 2010-07-01 | 1 | -0/+9 |
| | | | | | | Patch-by: Pieter "Fate" Hollants <pieter@hollants.com> SVN-Revision: 22015 | ||||
* | preset stable and try* flags for TRX2 headers | Markus Wigge | 2010-07-01 | 2 | -4/+22 |
| | | | | | | | | | | * changed addpattern.c to preset the stable and try flags used in TRXv2 images to dupe CFE and pretend a stable image. * changed trx.c to calculate TRXv2 CRC with stable and try flags set to 0xFF like CFE does on startup * fixed compile warnings in trx.c by explicit casting SVN-Revision: 22012 | ||||
* | fixed trx version to handling | Markus Wigge | 2010-06-28 | 1 | -1/+1 |
| | | | | | | I forgot to write the right trx version to the actual header... SVN-Revision: 21986 | ||||
* | remove whitespaces in imagetag tool | Florian Fainelli | 2010-06-20 | 1 | -7/+7 |
| | | | | SVN-Revision: 21848 | ||||
* | Revert r21806 there are no users of it yet | Florian Fainelli | 2010-06-14 | 4 | -513/+0 |
| | | | | SVN-Revision: 21808 | ||||
* | add hcsmakeimage, for cable modems/routers based on bcm33xx | Florian Fainelli | 2010-06-14 | 4 | -0/+513 |
| | | | | SVN-Revision: 21806 | ||||
* | fix mktitanimg segfault on 64-bits hosts (#7443) | Florian Fainelli | 2010-06-12 | 1 | -1/+2 |
| | | | | SVN-Revision: 21767 | ||||
* | add mktitanimg to create Titan (AR7-based) images (#6632) | Florian Fainelli | 2010-06-06 | 3 | -0/+1211 |
| | | | | SVN-Revision: 21689 | ||||
* | firmware-utils/mkzynfw: add support for the NBG460N board | Gabor Juhos | 2010-05-14 | 2 | -0/+20 |
| | | | | | | | | Adding NBG460N/550N/550NH boards to mkzynfw. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 21446 | ||||
* | firmware-utils/mkzynfw: don't use next_offset twice (closes #7273) | Gabor Juhos | 2010-05-14 | 1 | -1/+1 |
| | | | | | | | | | The test if a file can fit in an image considers the current offset twice. So a image that would fit is too big. Thanks-to: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 21445 | ||||
* | mkimage fails to build on some systems if sed is not installed, add a ↵ | Felix Fietkau | 2010-04-27 | 1 | -0/+1 |
| | | | | | | dependency to fix parallel build issues SVN-Revision: 21210 | ||||
* | tools/firmware-utils: add size check to the mkplanexfw tool | Gabor Juhos | 2010-04-26 | 1 | -4/+11 |
| | | | | | | Also pad the image to a 64K boundary. SVN-Revision: 21174 | ||||
* | tools: update gmp to 4.3.2 | Alexandros C. Couloumbis | 2010-04-24 | 1 | -3/+3 |
| | | | | SVN-Revision: 21147 | ||||
* | tools: update quilt to 0.48 | Alexandros C. Couloumbis | 2010-04-24 | 1 | -3/+3 |
| | | | | SVN-Revision: 21146 | ||||
* | tools: update cloog to 0.15.9 | Alexandros C. Couloumbis | 2010-04-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 21071 | ||||
* | fix graphite options with gcc-4.5, add libelf for LTO, fix mbsd_multi patch, ↵ | Florian Fainelli | 2010-04-20 | 2 | -7/+55 |
| | | | | | | patch from Bernhard Loos SVN-Revision: 21046 | ||||
* | add gcc-4.5.0 preliminary support | Alexandros C. Couloumbis | 2010-04-19 | 4 | -8/+53 |
| | | | | SVN-Revision: 21033 | ||||
* | mtd-utils: remove bogus include statement to make it more portable | Felix Fietkau | 2010-04-14 | 1 | -2/+1 |
| | | | | SVN-Revision: 20853 | ||||
* | remove 'svn:executable' property | Nicolas Thill | 2010-04-12 | 1 | -0/+0 |
| | | | | SVN-Revision: 20831 | ||||
* | add jffs2/lzma support (not activated by default yet) | Alexandros C. Couloumbis | 2010-04-12 | 1 | -0/+5031 |
| | | | | SVN-Revision: 20828 | ||||
* | 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 |