summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-2.6.37/041-bcm963xx_real_rootfs_length.patch
Commit message (Collapse)AuthorAgeFilesLines
* remove support for 2.6.37 and 2.6.38Florian Fainelli2011-06-191-45/+0
| | | | SVN-Revision: 27233
* bcm63xx: Move the OpenWrt rootfs length fieldDaniel Dickinson2011-04-151-3/+3
| | | | | | | | | | | | | | | | Dual image capable CFEs store an image sequence at the same place as currently OpenWrt stores the actual rootfs length, so it will get overwritten when flashing through such a CFE. To prevent this from happening, move the rootfs length field to the next four bytes, thus completely using the reserved1 field. Since the reserved1 field is now completely in use, it does not make sense to allow it to be set from the imagetag utility, so remove the option. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26680
* bcm63xx: Really fix the flash driver in 2.6.37Florian Fainelli2011-03-071-0/+45
Read back the actual rootfs length from the image tag. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 25938