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 | bf21e3818de87acd016e163cb880030fce03cff3 (patch) | |
tree | 1982a7691196cb35f9b74d28f27a6782307f50f9 /target/linux/ep93xx | |
parent | 16345d03566ef31bb3d240f72ada5d73802389d6 (diff) | |
download | upstream-bf21e3818de87acd016e163cb880030fce03cff3.tar.gz upstream-bf21e3818de87acd016e163cb880030fce03cff3.tar.bz2 upstream-bf21e3818de87acd016e163cb880030fce03cff3.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35156 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx')
-rw-r--r-- | target/linux/ep93xx/config-3.3 | 2 | ||||
-rw-r--r-- | target/linux/ep93xx/config-3.6 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ep93xx/config-3.3 b/target/linux/ep93xx/config-3.3 index 35b0676027..69c94d37dd 100644 --- a/target/linux/ep93xx/config-3.3 +++ b/target/linux/ep93xx/config-3.3 @@ -189,6 +189,8 @@ CONFIG_VM_EVENT_COUNTERS=y CONFIG_VT=y CONFIG_VT_CONSOLE=y # CONFIG_VT_HW_CONSOLE_BINDING is not set +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZONE_DMA_FLAG=0 diff --git a/target/linux/ep93xx/config-3.6 b/target/linux/ep93xx/config-3.6 index 35b0676027..69c94d37dd 100644 --- a/target/linux/ep93xx/config-3.6 +++ b/target/linux/ep93xx/config-3.6 @@ -189,6 +189,8 @@ CONFIG_VM_EVENT_COUNTERS=y CONFIG_VT=y CONFIG_VT_CONSOLE=y # CONFIG_VT_HW_CONSOLE_BINDING is not set +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZONE_DMA_FLAG=0 |