diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-09-04 14:44:04 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-09-04 14:44:04 +0000 |
commit | f80bb9040863bbfcb6f6cb82b145f3e1de92dc0c (patch) | |
tree | 328904e5fe476215a525b987554f474f300efe5d /target/linux/ipq806x | |
parent | f050dfe2b1ef3d94d536397cae46d6a49ff79000 (diff) | |
download | master-187ad058-f80bb9040863bbfcb6f6cb82b145f3e1de92dc0c.tar.gz master-187ad058-f80bb9040863bbfcb6f6cb82b145f3e1de92dc0c.tar.bz2 master-187ad058-f80bb9040863bbfcb6f6cb82b145f3e1de92dc0c.zip |
ipq806x: enable ubiblock support
To allow squashfs on ubi, enable ubiblock support in the kernel.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46782 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/config-3.18 | 2 | ||||
-rw-r--r-- | target/linux/ipq806x/config-4.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18 index 3d4f8bb2c1..7b4c2d3a73 100644 --- a/target/linux/ipq806x/config-3.18 +++ b/target/linux/ipq806x/config-3.18 @@ -267,7 +267,7 @@ CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_FIT_FW=y 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 diff --git a/target/linux/ipq806x/config-4.1 b/target/linux/ipq806x/config-4.1 index d48943c11c..6fff6d25b9 100644 --- a/target/linux/ipq806x/config-4.1 +++ b/target/linux/ipq806x/config-4.1 @@ -274,7 +274,7 @@ CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_FIT_FW=y 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 |