| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37007
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With the BRCM47xx image I have built (Linksys E3000), there are additional
writes following the completion of "mtd_replace_jffs2" which invalidate the
'trx_fixup' performed by 'mtd_replace_jffs2'. Moving the 'trx_fixup' to somewhere
after all writes have completed fixes the problem. I also noticed that 'erasesize'
used to compute 'block_offset' in 'mtd_fixtrx' is used before it is computed by
'mtd_check_open'; moving the call to 'mtd_check_open' up a few lines fixes this.
Unlike 'mtd_fixtrx', 'trx_fixup' appears to assume that the TRX header is always at
offset 0; which may be the cause of the problem described in Ticket #8960.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 32866
|
|
|
|
|
|
|
|
| |
use the weak reference rather than the brcm47xx ifdef. This fixes a bug in which sysupgrade failed due to changing bad CRC on reboot.
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
SVN-Revision: 24837
|
|
|
|
| |
SVN-Revision: 22881
|
|
|
|
| |
SVN-Revision: 17666
|
|
|
|
| |
SVN-Revision: 17660
|
|
|
|
| |
SVN-Revision: 12707
|
|
|
|
| |
SVN-Revision: 12655
|
|
|
|
| |
SVN-Revision: 12418
|
|
|
|
| |
SVN-Revision: 12250
|
|
|
|
|
|
| |
implemented for x86-2.6 at the moment, but can be ported to other platforms easily
SVN-Revision: 8456
|
|
system upgrades
SVN-Revision: 8444
|