Skip to content

Commit

Permalink
[JFFS2] LZO compression should default off for compatibility.
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Aug 2, 2007
1 parent 440fdb5 commit 3ca135e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1319,11 +1319,12 @@ config JFFS2_LZO
select LZO_COMPRESS
select LZO_DECOMPRESS
depends on JFFS2_FS
default y
default n
help
minilzo-based compression. Generally works better than Zlib.

Say 'Y' if unsure.
This feature was added in July, 2007. Say 'N' if you need
compatibility with older bootloaders or kernels.

config JFFS2_RTIME
bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS
Expand Down

0 comments on commit 3ca135e

Please sign in to comment.