]> www.infradead.org Git - mtd-utils.git/commit
Add lzo support to mtd-utils
authorRichard Purdie <rpurdie@openedhand.com>
Tue, 10 Jul 2007 15:03:31 +0000 (16:03 +0100)
committerJosh Boyer <jwboyer@gmail.com>
Mon, 23 Jul 2007 13:11:21 +0000 (08:11 -0500)
commit82f09a8b4e214e51c394ed9ff8882d1e736e205b
treed92d6b68d2576204c4a80136c362096816eca704
parenta6fa706fe9e7696b4b2045edf9698c3bac07e3e3
Add lzo support to mtd-utils

Add LZO support to mtd-utils to generate LZO compressed jffs2 images

Unlike the kernel version, the standard lzo userspace library is used
along with lzo1x_999_compress rather than the lzo1x_1_compress version
since better compression ratios can be obtained (at no significant cost
to decompression time).

Signed-off-by: Richard Purdie <rpurdie@openedhand.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Makefile
compr.c
compr.h
compr_lzo.c [new file with mode: 0644]
include/linux/jffs2.h