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/realview | |
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/realview')
-rw-r--r-- | target/linux/realview/config-3.3 | 2 | ||||
-rw-r--r-- | target/linux/realview/config-3.8 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/realview/config-3.3 b/target/linux/realview/config-3.3 index 7c43565058..ade5029a0c 100644 --- a/target/linux/realview/config-3.3 +++ b/target/linux/realview/config-3.3 @@ -232,5 +232,7 @@ CONFIG_VECTORS_BASE=0xffff0000 CONFIG_VFP=y CONFIG_VFPv3=y CONFIG_XPS=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 diff --git a/target/linux/realview/config-3.8 b/target/linux/realview/config-3.8 index 85f3f89523..6b1cf62176 100644 --- a/target/linux/realview/config-3.8 +++ b/target/linux/realview/config-3.8 @@ -259,5 +259,7 @@ CONFIG_VECTORS_BASE=0xffff0000 CONFIG_VFP=y CONFIG_VFPv3=y CONFIG_XPS=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_BCJ=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 |