diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-04-13 21:36:58 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-04-13 21:36:58 +0000 |
commit | 668fd620805f95d16f8a41eba33317c71ba61f20 (patch) | |
tree | 911a094029ddff2180e6da3d138be73f75e0cc22 /target/linux | |
parent | e438c665db5e53b8a6f8f0eb4c7dcb6c735e2c78 (diff) | |
download | upstream-668fd620805f95d16f8a41eba33317c71ba61f20.tar.gz upstream-668fd620805f95d16f8a41eba33317c71ba61f20.tar.bz2 upstream-668fd620805f95d16f8a41eba33317c71ba61f20.zip |
don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. switch verbose mode on compresor statistics.
SVN-Revision: 20844
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.33 | 3 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.34 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.33 b/target/linux/generic-2.6/config-2.6.33 index e154e922f3..ae80b202ac 100644 --- a/target/linux/generic-2.6/config-2.6.33 +++ b/target/linux/generic-2.6/config-2.6.33 @@ -1107,7 +1107,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 diff --git a/target/linux/generic-2.6/config-2.6.34 b/target/linux/generic-2.6/config-2.6.34 index 836189ded9..53cb190d8e 100644 --- a/target/linux/generic-2.6/config-2.6.34 +++ b/target/linux/generic-2.6/config-2.6.34 @@ -1110,7 +1110,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 |