Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move files to files-2.6.30, to ease newer kernel integration | Florian Fainelli | 2010-01-31 | 1 | -399/+0 |
| | | | | SVN-Revision: 19471 | ||||
* | images without tagid now fallback to the untouched partition layout (#6093) | Florian Fainelli | 2009-11-03 | 1 | -2/+9 |
| | | | | SVN-Revision: 18288 | ||||
* | fix assignment instead of comparison in the mtd driver (#5649) | Florian Fainelli | 2009-08-09 | 1 | -7/+8 |
| | | | | SVN-Revision: 17188 | ||||
* | fix printing of offsets | Florian Fainelli | 2009-08-02 | 1 | -2/+2 |
| | | | | SVN-Revision: 17099 | ||||
* | The attached patch adds building of firmware images for more routers based ↵ | Florian Fainelli | 2009-06-10 | 1 | -10/+10 |
| | | | | | | | | 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 Fainelli | 2009-06-09 | 1 | -11/+142 |
| | | | | | | with all known imagetag versions from Broadcom and vendors, patch from Daniel Dickinson (fixes #4987). SVN-Revision: 16393 | ||||
* | add support for sysupgrade (#5117) | Florian Fainelli | 2009-05-17 | 1 | -1/+8 |
| | | | | SVN-Revision: 15900 | ||||
* | fix a bcm963xx-flash warning | Florian Fainelli | 2009-03-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 14730 | ||||
* | Fix remaining bug of the off-by-one error ;) | Florian Fainelli | 2008-12-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 13551 | ||||
* | Add support for bcm96348gw10 (Netgear DG834GT) (#4319) | Florian Fainelli | 2008-12-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 13540 | ||||
* | Fix an off-by one printing error | Florian Fainelli | 2008-12-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 13469 | ||||
* | bcm63xx MTD driver cleanup and fixes: - convert to platform_driver - get the ↵ | Florian Fainelli | 2008-11-27 | 1 | -213/+196 |
| | | | | | | window_size/addr from the board setup code - indentation fixes - remove duplicate code - move bcm_tag declaration out of the MTD driver SVN-Revision: 13379 | ||||
* | Prevent the MTD map to fail, somehow detect_cfe will read the tag plus some ↵ | Florian Fainelli | 2008-11-20 | 1 | -1/+1 |
| | | | | | | garbage, therefore making a simple strcmp will fail SVN-Revision: 13299 | ||||
* | This patch is for broadcom 96348GW-11 boards, to get USB and Ethernet ↵ | Florian Fainelli | 2008-11-15 | 1 | -2/+3 |
| | | | | | | working. Also it patches mtd map driver for bcm96xx boards to be sure that CFE1CFE1 code is detected when booting from CFE. (#4201) SVN-Revision: 13213 | ||||
* | brcm63xx: rename mtd partitions to the ones used by other openwrt platforms ↵ | Felix Fietkau | 2008-11-06 | 1 | -13/+5 |
| | | | | | | - should make the automatic rootfs overlay split work and fix the mounting of the right partition SVN-Revision: 13130 | ||||
* | Add definitions for bcm96350vw, add back bcm63xx mtd driver, be careful when ↵ | Florian Fainelli | 2008-10-20 | 1 | -2/+2 |
| | | | | | | testing with 8MB devices SVN-Revision: 13015 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 1 | -0/+277 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |