diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-18 21:35:16 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-18 21:35:16 +0000 |
commit | ca26bf8932ae3cbf7bbc3e6faf732c02500ea87c (patch) | |
tree | 3783785c45ff3c4186064f3cb237619bd3cbada5 /target | |
parent | 486dc85e72215466e948fc516ad5ee8e150abbce (diff) | |
download | upstream-ca26bf8932ae3cbf7bbc3e6faf732c02500ea87c.tar.gz upstream-ca26bf8932ae3cbf7bbc3e6faf732c02500ea87c.tar.bz2 upstream-ca26bf8932ae3cbf7bbc3e6faf732c02500ea87c.zip |
imx6: kernel: add UBI_BLOCK support
UBI_BLOCK support is needed for mounting squashfs over UBI
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 47507
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/imx6/config-4.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |