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/x86 | |
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/x86')
-rw-r--r-- | target/linux/x86/config-3.3 | 2 | ||||
-rw-r--r-- | target/linux/x86/config-3.6 | 2 | ||||
-rw-r--r-- | target/linux/x86/config-3.7 | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/x86/config-3.3 b/target/linux/x86/config-3.3 index 8c69e274cb..d0fc49e4f8 100644 --- a/target/linux/x86/config-3.3 +++ b/target/linux/x86/config-3.3 @@ -377,4 +377,6 @@ CONFIG_X86_UP_IOAPIC=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_X86=y # CONFIG_ZONE_DMA32 is not set diff --git a/target/linux/x86/config-3.6 b/target/linux/x86/config-3.6 index 3833049be1..5a07d01134 100644 --- a/target/linux/x86/config-3.6 +++ b/target/linux/x86/config-3.6 @@ -383,4 +383,6 @@ CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_X86=y # CONFIG_ZONE_DMA32 is not set diff --git a/target/linux/x86/config-3.7 b/target/linux/x86/config-3.7 index 54e7e8ec48..4f4dba2d41 100644 --- a/target/linux/x86/config-3.7 +++ b/target/linux/x86/config-3.7 @@ -386,4 +386,6 @@ CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_BCJ=y +CONFIG_XZ_DEC_X86=y # CONFIG_ZONE_DMA32 is not set |