openwrtv4/target/linux/generic/files/drivers/mtd/mtdsplit
Felix Fietkau 7703e14bc4 kernel: mtdsplit_squashfs: Align with the erase-block size
On most image types the rootfs ends at an erase-block. However, at least
with brnImages this is not the case: while the partitions are aligned
with the erase-block size there is a 12 byte footer at the end of the
partition which must not be touched by any filesystem. This lead to a
rootfs_data partition which was not aligned properly (and thus ended up
being readonly):
	0x000000480000-0x00000085a800 : "rootfs_data" (128 KiB EB)

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

SVN-Revision: 48263
2016-01-17 10:41:30 +00:00
..
Kconfig kernel: mtdsplit: add support for EVA images 2016-01-17 10:41:08 +00:00
Makefile kernel: mtdsplit: add support for EVA images 2016-01-17 10:41:08 +00:00
mtdsplit.c kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify patches across kernel versions 2015-01-02 21:52:35 +00:00
mtdsplit.h kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify patches across kernel versions 2015-01-02 21:52:35 +00:00
mtdsplit_brnimage.c kernel: mtdsplit: add support for brnImages 2016-01-17 10:40:51 +00:00
mtdsplit_eva.c kernel: mtdsplit: add support for EVA images 2016-01-17 10:41:08 +00:00
mtdsplit_fit.c kernel: mtdsplit: add support for FIT image 2015-03-15 19:39:27 +00:00
mtdsplit_lzma.c kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify patches across kernel versions 2015-01-02 21:52:35 +00:00
mtdsplit_seama.c kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify patches across kernel versions 2015-01-02 21:52:35 +00:00
mtdsplit_squashfs.c kernel: mtdsplit_squashfs: Align with the erase-block size 2016-01-17 10:41:30 +00:00
mtdsplit_tplink.c kernel: add a mtdsplit implementation for tp-link firmware headers 2015-01-02 21:52:44 +00:00
mtdsplit_trx.c kernel: add mtd split support for trx images 2015-01-02 21:53:11 +00:00
mtdsplit_uimage.c kernel: mtdsplit_uimage: fix passed info about buf size 2015-02-12 20:13:20 +00:00