mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-04 07:13:47 +01:00
Recently TRX checking code was changed to detect Seama format and don't abort whole writing operation because of it. This isn't a good long-term solution. It's a poor idea to teach every format handler recognizing all possible formats. Instead it should be handled in a generic code which should run check depending on the detected format. This will also allow further improvements like fixing formats other than TRX after replacing JFFS2. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48639 |
||
|---|---|---|
| .. | ||
| crc32.c | ||
| crc32.h | ||
| fis.c | ||
| fis.h | ||
| imagetag.c | ||
| jffs2.c | ||
| jffs2.h | ||
| linksys_bootcount.c | ||
| Makefile | ||
| md5.c | ||
| md5.h | ||
| mtd.c | ||
| mtd.h | ||
| seama.c | ||
| seama.h | ||
| trx.c | ||