2
0
forked from Ivasoft/openwrt

kernel: mtdsplit: add support for EVA images

This allows splitting EVA images (usually found in fritz devices). The
firmware will be split into a kernel and a separate rootfs partition.

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

SVN-Revision: 48262
This commit is contained in:
Felix Fietkau
2016-01-17 10:41:08 +00:00
parent bdd2772f1d
commit 651083bbd9
7 changed files with 106 additions and 0 deletions

View File

@@ -54,3 +54,8 @@ config MTD_SPLIT_BRNIMAGE_FW
bool "brnImage (brnboot image) firmware parser"
depends on MTD_SPLIT_SUPPORT
select MTD_SPLIT
config MTD_SPLIT_EVA_FW
bool "EVA image based firmware partition parser"
depends on MTD_SPLIT_SUPPORT
select MTD_SPLIT