diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-21 11:25:17 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-21 11:25:17 +0000 |
commit | e0c1b38c1c38b468f37ac5061837b5e359cbf371 (patch) | |
tree | 372b1ac6b288786e28708d100e5c5dac898cf37f /target/linux/generic-2.6/patches/010-disable_old_squashfs_compatibility.patch | |
parent | 7f44d09489bcbe4292a8bf245dd6d6a1370f238c (diff) |
rename generic-2.6/patches to generic-2.6/patches-2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12636 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches/010-disable_old_squashfs_compatibility.patch')
-rw-r--r-- | target/linux/generic-2.6/patches/010-disable_old_squashfs_compatibility.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/generic-2.6/patches/010-disable_old_squashfs_compatibility.patch b/target/linux/generic-2.6/patches/010-disable_old_squashfs_compatibility.patch deleted file mode 100644 index 55498617af..0000000000 --- a/target/linux/generic-2.6/patches/010-disable_old_squashfs_compatibility.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: linux-2.6.21.7/fs/squashfs/Makefile -=================================================================== ---- linux-2.6.21.7.orig/fs/squashfs/Makefile -+++ linux-2.6.21.7/fs/squashfs/Makefile -@@ -4,4 +4,3 @@ - - obj-$(CONFIG_SQUASHFS) += squashfs.o - squashfs-y += inode.o --squashfs-y += squashfs2_0.o -Index: linux-2.6.21.7/fs/squashfs/squashfs.h -=================================================================== ---- linux-2.6.21.7.orig/fs/squashfs/squashfs.h -+++ linux-2.6.21.7/fs/squashfs/squashfs.h -@@ -24,6 +24,9 @@ - #ifdef CONFIG_SQUASHFS_1_0_COMPATIBILITY - #undef CONFIG_SQUASHFS_1_0_COMPATIBILITY - #endif -+#ifdef CONFIG_SQUASHFS_2_0_COMPATIBILITY -+#undef CONFIG_SQUASHFS_2_0_COMPATIBILITY -+#endif - - #ifdef SQUASHFS_TRACE - #define TRACE(s, args...) printk(KERN_NOTICE "SQUASHFS: "s, ## args) |