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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user