aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-25 23:35:55 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-25 23:35:55 +0000
commitcc6e4d9b9d722746dfe806c35a51030a58c080a6 (patch)
tree3af03955c982205578039f1277bdc2e63a47dea9 /target/linux/imx6
parent0bec3a874d408a0923a13d57a491673fee3ef495 (diff)
downloadmaster-187ad058-cc6e4d9b9d722746dfe806c35a51030a58c080a6.tar.gz
master-187ad058-cc6e4d9b9d722746dfe806c35a51030a58c080a6.tar.bz2
master-187ad058-cc6e4d9b9d722746dfe806c35a51030a58c080a6.zip
imx6: enable XZ_DEC_BCJ and XZ_DEC_ARM
squashfs is unable to decompress some blocks without that: [ 1.880530] SQUASHFS error: Unable to read page, block bc77a, size 14c50 [ 1.887268] SQUASHFS error: Unable to read fragment cache entry [bc77a] [ 1.893889] SQUASHFS error: Unable to read page, block bc77a, size 14c50 [ 1.900636] SQUASHFS error: Unable to read fragment cache entry [bc77a] [ 1.907275] SQUASHFS error: Unable to read page, block bc77a, size 14c50 [ 1.913994] SQUASHFS error: Unable to read fragment cache entry [bc77a] [ 1.920631] SQUASHFS error: Unable to read page, block bc77a, size 14c50 Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38202 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6')
-rw-r--r--target/linux/imx6/config-3.102
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/imx6/config-3.10 b/target/linux/imx6/config-3.10
index cccf1cb113..8965e0ab71 100644
--- a/target/linux/imx6/config-3.10
+++ b/target/linux/imx6/config-3.10
@@ -322,6 +322,8 @@ CONFIG_VMSPLIT_2G=y
# CONFIG_VMSPLIT_3G is not set
# CONFIG_XEN is not set
CONFIG_XPS=y
+CONFIG_XZ_DEC_ARM=y
+CONFIG_XZ_DEC_BCJ=y
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZLIB_DEFLATE=y