This website requires JavaScript.
Explore
Help
Sign In
domenico
/
openwrt-R7800-nss
Watch
1
Star
0
Fork
0
You've already forked openwrt-R7800-nss
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b6aef59ea82f994b2cd7e926aa2d6c73ee5bdba4
openwrt-R7800-nss
/
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
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
2010-12-26 04:18:01 +00:00
crc32.c
…
crc32.h
package/mtd: reuse existing crc32 stuff in the trx code
2010-03-27 17:38:30 +00:00
fis.c
mtd: request locked pages when mmap'ing the FIS table, cures random segfaults in table rewrite until
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d4dc890b5c8fabd818a8586607e6843c4375e62
is added.
2010-06-16 23:34:38 +00:00
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
mtd: Changed mtd_fixtrx and related functions to be weak references. The weak references only lead to actual functions for brcm47xx
2010-12-26 04:17:51 +00:00
trx.c
mtd: Changed mtd_fixtrx and related functions to be weak references. The weak references only lead to actual functions for brcm47xx
2010-12-26 04:17:51 +00:00