wok-6.x diff linux/stuff/linux-squashfs-lzma-2.6.34.u @ rev 6748
Up: slitaz-doc (4.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Oct 17 22:01:10 2010 +0200 (2010-10-17) |
parents | 0c80e5eb512d |
children |
line diff
1.1 --- a/linux/stuff/linux-squashfs-lzma-2.6.34.u Sat Jun 05 13:07:53 2010 +0200 1.2 +++ b/linux/stuff/linux-squashfs-lzma-2.6.34.u Sun Oct 17 22:01:10 2010 +0200 1.3 @@ -635,3 +635,15 @@ 1.4 +/* lzma wrapper.c */ 1.5 +extern const struct squashfs_decompressor squashfs_lzma_comp_ops; 1.6 1.7 +--- linux-2.6.34/lib/Makefile 1.8 ++++ linux-2.6.34/lib/Makefile 1.9 +@@ -69,7 +69,7 @@ obj-$(CONFIG_LZO_DECOMPRESS) += lzo/ 1.10 + 1.11 + lib-$(CONFIG_DECOMPRESS_GZIP) += decompress_inflate.o 1.12 + lib-$(CONFIG_DECOMPRESS_BZIP2) += decompress_bunzip2.o 1.13 +-lib-$(CONFIG_DECOMPRESS_LZMA) += decompress_unlzma.o 1.14 ++obj-$(CONFIG_DECOMPRESS_LZMA) += decompress_unlzma.o 1.15 + lib-$(CONFIG_DECOMPRESS_LZO) += decompress_unlzo.o 1.16 + 1.17 + obj-$(CONFIG_TEXTSEARCH) += textsearch.o 1.18 +