sunxi: don't enable ARMTHUMB XZ BCJ filter in kernel
authorJohn Crispin <john@openwrt.org>
Fri, 10 Apr 2015 08:29:26 +0000 (08:29 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 10 Apr 2015 08:29:26 +0000 (08:29 +0000)
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>
SVN-Revision: 45347

target/linux/sunxi/config-3.18

index ba74fee262fdf59acab9ba11e62d684c6e6bfb53..ddc3f7acb82064fb3be16f5111b0c4344b01c362 100644 (file)
@@ -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