diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-14 16:34:25 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-14 16:34:25 +0000 |
commit | 3ac4802f48d6a61ddf364255a618f9b4cbd8a5a9 (patch) | |
tree | 1982a7691196cb35f9b74d28f27a6782307f50f9 /target/linux/imx21 | |
parent | dc131c0a6e13e2d670ed3c9112a88b0cf3f9b7d9 (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/imx21')
-rw-r--r-- | target/linux/imx21/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/imx21/config-default b/target/linux/imx21/config-default index 8bda76c91..068f1552c 100644 --- a/target/linux/imx21/config-default +++ b/target/linux/imx21/config-default @@ -125,6 +125,8 @@ CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_VECTORS_BASE=0xffff0000 # CONFIG_VFP is not set # CONFIG_WATCHDOG 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 |