aboutsummaryrefslogtreecommitdiff
path: root/package/mtd/src/jffs2.c
Commit message (Collapse)AuthorAge
* mtd: Added trx_fixup for brcm63xx imagetag, and made references to fix_trx ↵Daniel Dickinson2010-12-26
| | | | | | | | 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
* package/mtd: write remaining data after adding file to the jffs2 partitionGabor Juhos2010-09-03
| | | | SVN-Revision: 22881
* mtd: fix wrong open() return code checksFelix Fietkau2009-09-21
| | | | SVN-Revision: 17666
* mtd: update copyright headersFelix Fietkau2009-09-21
| | | | SVN-Revision: 17660
* fix some warningsFelix Fietkau2008-09-25
| | | | SVN-Revision: 12707
* clean up mtd, fix up trx header when integrating jffs2 data on broadcom devicesFelix Fietkau2008-09-23
| | | | SVN-Revision: 12655
* mtd: add jffs2 cleanmarker for big endian systemsFelix Fietkau2008-08-28
| | | | SVN-Revision: 12418
* add support for appending a file to jffs2 during reflash on the flyFelix Fietkau2008-08-08
| | | | SVN-Revision: 12250
* add sysupgrade script for config preserving system upgrades. only ↵Felix Fietkau2007-08-21
| | | | | | implemented for x86-2.6 at the moment, but can be ported to other platforms easily SVN-Revision: 8456
* cleanup mtd, implement jffs2write - one step closer to config preserving ↵Felix Fietkau2007-08-20
system upgrades SVN-Revision: 8444