summaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-14 16:34:25 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-14 16:34:25 +0000
commit3ac4802f48d6a61ddf364255a618f9b4cbd8a5a9 (patch)
tree1982a7691196cb35f9b74d28f27a6782307f50f9 /target/linux/x86
parentdc131c0a6e13e2d670ed3c9112a88b0cf3f9b7d9 (diff)
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35156 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/config-3.32
-rw-r--r--target/linux/x86/config-3.62
-rw-r--r--target/linux/x86/config-3.72
3 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/x86/config-3.3 b/target/linux/x86/config-3.3
index 8c69e274c..d0fc49e4f 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 3833049be..5a07d0113 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 54e7e8ec4..4f4dba2d4 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