diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-13 16:51:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-13 16:51:19 +0000 |
commit | a5f349855b6a602082003f51e7fe969057a5f657 (patch) | |
tree | 2cd8ede0e381d2ab1172ce52c7c3ce8b5d417262 /target/linux/mpc85xx/config-3.7 | |
parent | 92a3247d9af70f75e1460f12877a55d3554ab9b9 (diff) | |
download | upstream-a5f349855b6a602082003f51e7fe969057a5f657.tar.gz upstream-a5f349855b6a602082003f51e7fe969057a5f657.tar.bz2 upstream-a5f349855b6a602082003f51e7fe969057a5f657.zip |
mpc85xx: enable XZ_DEC_BCJ and XZ_DEC_POWERPC support
Squashfs is unable to decompress some blocks without that:
[ 199.494500] SQUASHFS error: xz_dec_run error, data probably corrupt
[ 199.500910] SQUASHFS error: squashfs_read_data failed to read block 0xbff26
[ 199.508016] SQUASHFS error: Unable to read data cache entry [bff26]
[ 199.514440] SQUASHFS error: Unable to read page, block bff26, size 153f8
[ 199.521311] SQUASHFS error: Unable to read data cache entry [bff26]
[ 199.527724] SQUASHFS error: Unable to read page, block bff26, size 153f8
[ 199.534594] SQUASHFS error: Unable to read data cache entry [bff26]
[ 199.541009] SQUASHFS error: Unable to read page, block bff26, size 153f8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35590 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/config-3.7')
-rw-r--r-- | target/linux/mpc85xx/config-3.7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/config-3.7 b/target/linux/mpc85xx/config-3.7 index 184fca030a..c3ac8eb92d 100644 --- a/target/linux/mpc85xx/config-3.7 +++ b/target/linux/mpc85xx/config-3.7 @@ -271,3 +271,5 @@ CONFIG_USB_SUPPORT=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_WORD_SIZE=32 # CONFIG_XES_MPC85xx is not set +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_POWERPC=y |