Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ca135e1 authored by David Woodhouse's avatar David Woodhouse
Browse files

[JFFS2] LZO compression should default off for compatibility.

parent 440fdb53
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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