aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-04-10 08:29:26 +0000
committerJohn Crispin <blogic@openwrt.org>2015-04-10 08:29:26 +0000
commitc52abebd95bd41202f2c5fc5fb6525b180117f47 (patch)
treee62284c8291b1954b1b2a36e4c6cd816657ae05f /target/linux/sunxi
parente52779d4b0392c3741a015540f0466da71a41077 (diff)
downloadmaster-187ad058-c52abebd95bd41202f2c5fc5fb6525b180117f47.tar.gz
master-187ad058-c52abebd95bd41202f2c5fc5fb6525b180117f47.tar.bz2
master-187ad058-c52abebd95bd41202f2c5fc5fb6525b180117f47.zip
sunxi: don't enable ARMTHUMB XZ BCJ filter in kernel
Having CONFIG_XZ_DEC_ARMTHUMB enabled breaks squashfs when ARM BCJ filter was used to create the filesystem (and that's what we do on all ARM targets). Thus unset CONFIG_XZ_DEC_ARMTHUMB to fix squashfs on sunxi. Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45347 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r--target/linux/sunxi/config-3.182
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18
index ba74fee262..ddc3f7acb8 100644
--- a/target/linux/sunxi/config-3.18
+++ b/target/linux/sunxi/config-3.18
@@ -473,7 +473,7 @@ CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
CONFIG_XPS=y
CONFIG_XZ_DEC_ARM=y
-CONFIG_XZ_DEC_ARMTHUMB=y
+# CONFIG_XZ_DEC_ARMTHUMB is not set
CONFIG_XZ_DEC_BCJ=y
CONFIG_ZBOOT_ROM_BSS=0
CONFIG_ZBOOT_ROM_TEXT=0