aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/image/README.images-bcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* flashmap and image generation: reduced union bcm_tag to a single struct ↵Florian Fainelli2010-04-011-46/+45
| | | | | | 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
* The attached patch adds building of firmware images for more routers based ↵Florian Fainelli2009-06-101-26/+63
| | | | | | | | on the brcm63xx chipset. Signed-Off By: Daniel Dickinson <crazycshore@gmail.com> SVN-Revision: 16396
* rework imagetag firmware generator and MTD partition parser to accomodate ↵Florian Fainelli2009-06-091-0/+91
with all known imagetag versions from Broadcom and vendors, patch from Daniel Dickinson (fixes #4987). SVN-Revision: 16393