diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 10:41:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 10:41:08 +0000 |
commit | 651083bbd9f2a63a27d185512f903eb184f1f292 (patch) | |
tree | 04ca2787b37caceb6ff40e5c3ced21f361e7aa97 /target/linux/generic/config-4.4 | |
parent | bdd2772f1d1f822acedb7dadf9d5978ce2dbc2e2 (diff) | |
download | upstream-651083bbd9f2a63a27d185512f903eb184f1f292.tar.gz upstream-651083bbd9f2a63a27d185512f903eb184f1f292.tar.bz2 upstream-651083bbd9f2a63a27d185512f903eb184f1f292.zip |
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
Diffstat (limited to 'target/linux/generic/config-4.4')
-rw-r--r-- | target/linux/generic/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index c27192d385..6ad3008af6 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -2319,6 +2319,7 @@ CONFIG_MTD_ROOTFS_ROOT_DEV=y # CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set CONFIG_MTD_SPLIT=y # CONFIG_MTD_SPLIT_BRNIMAGE_FW is not set +# CONFIG_MTD_SPLIT_EVA_FW is not set # CONFIG_MTD_SPLIT_FIRMWARE is not set CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware" # CONFIG_MTD_SPLIT_FIT_FW is not set |