1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience a CRC on second boot due to the JFFS2 creation / DEADC0DE deletion to work correctly when mtd fixtrx is run on first boot

Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24835 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore
2010-12-26 04:18:01 +00:00
parent cafdb5f942
commit 40e6842297
4 changed files with 247 additions and 1 deletions

View File

@@ -598,7 +598,7 @@ int main (int argc, char **argv)
break;
case 'o':
if (!mtd_fixtrx) {
fprintf(stderr, "-o: Only for brcm47xx\n");
fprintf(stderr, "-o: Only for brcm47xx/brcm63xx\n");
usage();
}
errno = 0;