diff options
author | John Crispin <john@openwrt.org> | 2015-04-10 08:29:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-10 08:29:26 +0000 |
commit | 3bc1f36e2b38c7d6e6acc59c55ef949a6d10cae9 (patch) | |
tree | cd15db163d8a77c46c86eb7d0f7959b9ac411929 /target/linux/sunxi | |
parent | e946028610d18dc4a420379597f21f45caf7bc8a (diff) | |
download | upstream-3bc1f36e2b38c7d6e6acc59c55ef949a6d10cae9.tar.gz upstream-3bc1f36e2b38c7d6e6acc59c55ef949a6d10cae9.tar.bz2 upstream-3bc1f36e2b38c7d6e6acc59c55ef949a6d10cae9.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>
SVN-Revision: 45347
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/config-3.18 | 2 |
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 |