1 Index: linux-2.4.35.4/fs/squashfs/Makefile
2 ===================================================================
3 --- linux-2.4.35.4.orig/fs/squashfs/Makefile
4 +++ linux-2.4.35.4/fs/squashfs/Makefile
9 -obj-y := inode.o squashfs2_0.o LzmaDecode.o
10 +obj-y := inode.o LzmaDecode.o
14 Index: linux-2.4.35.4/fs/squashfs/squashfs.h
15 ===================================================================
16 --- linux-2.4.35.4.orig/fs/squashfs/squashfs.h
17 +++ linux-2.4.35.4/fs/squashfs/squashfs.h
19 #ifdef CONFIG_SQUASHFS_1_0_COMPATIBILITY
20 #undef CONFIG_SQUASHFS_1_0_COMPATIBILITY
22 +#ifdef CONFIG_SQUASHFS_2_0_COMPATIBILITY
23 +#undef CONFIG_SQUASHFS_2_0_COMPATIBILITY
26 #define TRACE(s, args...) printk(KERN_NOTICE "SQUASHFS: "s, ## args)