diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-14 16:34:25 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-14 16:34:25 +0000 |
commit | 1e103b2eccfdc9ddd98db65380a3d9054301d980 (patch) | |
tree | 79983259057f1bbf9b49a9917dfaf4ad28cbc6d8 /target/linux/ppc44x | |
parent | 03a50b908710fe5450251c3a0440ef08b437b844 (diff) | |
download | upstream-1e103b2eccfdc9ddd98db65380a3d9054301d980.tar.gz upstream-1e103b2eccfdc9ddd98db65380a3d9054301d980.tar.bz2 upstream-1e103b2eccfdc9ddd98db65380a3d9054301d980.zip |
target: enable XZ BCJ decompressor code after r35097
Required to actually be able to mount squashfs xz compressed
filesystems.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35156
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/config-3.7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ppc44x/config-3.7 b/target/linux/ppc44x/config-3.7 index de300783ed..4243b10f19 100644 --- a/target/linux/ppc44x/config-3.7 +++ b/target/linux/ppc44x/config-3.7 @@ -234,4 +234,6 @@ CONFIG_USB_SUPPORT=y CONFIG_WORD_SIZE=32 # CONFIG_XILINX_SYSACE is not set # CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is not set +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_POWERPC=y # CONFIG_YOSEMITE is not set |