1 Index: linux-2.6.21.7/fs/squashfs/Makefile
2 ===================================================================
3 --- linux-2.6.21.7.orig/fs/squashfs/Makefile
4 +++ linux-2.6.21.7/fs/squashfs/Makefile
7 obj-$(CONFIG_SQUASHFS) += squashfs.o
9 -squashfs-y += squashfs2_0.o
10 Index: linux-2.6.21.7/fs/squashfs/squashfs.h
11 ===================================================================
12 --- linux-2.6.21.7.orig/fs/squashfs/squashfs.h
13 +++ linux-2.6.21.7/fs/squashfs/squashfs.h
15 #ifdef CONFIG_SQUASHFS_1_0_COMPATIBILITY
16 #undef CONFIG_SQUASHFS_1_0_COMPATIBILITY
18 +#ifdef CONFIG_SQUASHFS_2_0_COMPATIBILITY
19 +#undef CONFIG_SQUASHFS_2_0_COMPATIBILITY
23 #define TRACE(s, args...) printk(KERN_NOTICE "SQUASHFS: "s, ## args)