diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-07-24 08:14:22 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-07-24 08:14:22 +0000 |
commit | 766d2494b2116cf369a8206d6d6f310236235751 (patch) | |
tree | a2fb124f830cee589af9286d4e4d43cee794d991 /target/linux/generic | |
parent | 54ad2c05af54e69ec9b21aa21f8a0305b94c85fc (diff) | |
download | upstream-766d2494b2116cf369a8206d6d6f310236235751.tar.gz upstream-766d2494b2116cf369a8206d6d6f310236235751.tar.bz2 upstream-766d2494b2116cf369a8206d6d6f310236235751.zip |
generic/config-2.6.32: switch from gzip to lzma jffs2 compression
SVN-Revision: 22374
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-2.6.32 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.32 b/target/linux/generic/config-2.6.32 index 385fe036c2..e3847e5fab 100644 --- a/target/linux/generic/config-2.6.32 +++ b/target/linux/generic/config-2.6.32 @@ -1100,7 +1100,8 @@ CONFIG_JFFS2_FS=y CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set CONFIG_JFFS2_SUMMARY=y -CONFIG_JFFS2_ZLIB=y +# CONFIG_JFFS2_ZLIB is not set +CONFIG_JFFS2_LZMA=y # CONFIG_JFFS_FS is not set # CONFIG_JFS_DEBUG is not set # CONFIG_JFS_FS is not set @@ -1142,6 +1143,8 @@ CONFIG_LBDAF=y CONFIG_LEDS_CLASS=y # CONFIG_LEDS_DAC124S085 is not set CONFIG_LEDS_GPIO_PLATFORM=y +CONFIG_LZMA_COMPRESS=y +CONFIG_LZMA_DECOMPRESS=y # CONFIG_LEDS_LP3944 is not set # CONFIG_LEDS_LP5521 is not set # CONFIG_LEDS_PCA9532 is not set |