This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2025-03-12 07:24:22 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
openwrt
/
package
/
mtd
/
src
History
Gabor Juhos
091ea63719
package/mtd: don't append jffs2 data multiple times
...
SVN-Revision: 27358
2011-07-02 08:38:00 +00:00
..
bcm_tag.h
…
crc32.c
…
crc32.h
…
fis.c
…
fis.h
…
imagetag.c
Added OpenWRT-specific field to imagetag so that we can record the real root length, so that when the CRC fixup is applied and the root length is recorded as zero we can still calculate the rootfs mtd partition size.
2010-12-26 04:18:13 +00:00
jffs2.c
mtd: Added trx_fixup for brcm63xx imagetag, and made references to fix_trx use the weak reference rather than the brcm47xx ifdef. This fixes a bug in which sysupgrade failed due to changing bad CRC on reboot.
2010-12-26 04:18:08 +00:00
jffs2.h
…
Makefile
package/mtd: make fixtrx available on ar71xx as well
2011-01-05 19:27:55 +00:00
mtd-api.h
…
mtd.c
package/mtd: don't append jffs2 data multiple times
2011-07-02 08:38:00 +00:00
mtd.h
…
trx.c
…