[JFFS2] LZO compression should default off for compatibility.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
440fdb53b4
commit
3ca135e16a
@ -1319,11 +1319,12 @@ config JFFS2_LZO
|
|||||||
select LZO_COMPRESS
|
select LZO_COMPRESS
|
||||||
select LZO_DECOMPRESS
|
select LZO_DECOMPRESS
|
||||||
depends on JFFS2_FS
|
depends on JFFS2_FS
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
minilzo-based compression. Generally works better than Zlib.
|
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
|
config JFFS2_RTIME
|
||||||
bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS
|
bool "JFFS2 RTIME compression support" if JFFS2_COMPRESSION_OPTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user