From 4c07ae367853e7837774a4535e2ab2d703c791c8 Mon Sep 17 00:00:00 2001 From: luka Date: Wed, 18 Nov 2015 21:35:16 +0000 Subject: [PATCH] imx6: kernel: add UBI_BLOCK support UBI_BLOCK support is needed for mounting squashfs over UBI Signed-off-by: Tim Harvey git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47507 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/imx6/config-4.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/imx6/config-4.1 b/target/linux/imx6/config-4.1 index 18a26d6d3b..52544a765b 100644 --- a/target/linux/imx6/config-4.1 +++ b/target/linux/imx6/config-4.1 @@ -241,7 +241,7 @@ CONFIG_MTD_NAND_GPMI_NAND=y # CONFIG_MTD_PHYSMAP_OF is not set CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 -# CONFIG_MTD_UBI_BLOCK is not set +CONFIG_MTD_UBI_BLOCK=y # CONFIG_MTD_UBI_FASTMAP is not set # CONFIG_MTD_UBI_GLUEBI is not set CONFIG_MTD_UBI_WL_THRESHOLD=4096 -- 2.11.0