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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user