diff options
author | Andy Boyett <agb@openwrt.org> | 2009-05-15 10:36:04 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-05-15 10:36:04 +0000 |
commit | 8d1f64af73ac68bd1d4f017cef7d3dbeaa5fc6e0 (patch) | |
tree | 9b091ee20cd4b6f105d47c24c442c8c98a429465 /target/linux/generic-2.4/patches/002-squashfs_lzma.patch | |
parent | fadda2c9fa8120b257f258037345012b73e26e28 (diff) | |
download | upstream-8d1f64af73ac68bd1d4f017cef7d3dbeaa5fc6e0.tar.gz upstream-8d1f64af73ac68bd1d4f017cef7d3dbeaa5fc6e0.tar.bz2 upstream-8d1f64af73ac68bd1d4f017cef7d3dbeaa5fc6e0.zip |
[kernel] generic-2.4: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15860 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.4/patches/002-squashfs_lzma.patch')
-rw-r--r-- | target/linux/generic-2.4/patches/002-squashfs_lzma.patch | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/target/linux/generic-2.4/patches/002-squashfs_lzma.patch b/target/linux/generic-2.4/patches/002-squashfs_lzma.patch index 1509ea536e..9192493a2f 100644 --- a/target/linux/generic-2.4/patches/002-squashfs_lzma.patch +++ b/target/linux/generic-2.4/patches/002-squashfs_lzma.patch @@ -1,7 +1,5 @@ -Index: linux-2.4.35.4/fs/squashfs/inode.c -=================================================================== ---- linux-2.4.35.4.orig/fs/squashfs/inode.c -+++ linux-2.4.35.4/fs/squashfs/inode.c +--- a/fs/squashfs/inode.c ++++ b/fs/squashfs/inode.c @@ -4,6 +4,9 @@ * Copyright (c) 2002, 2003, 2004, 2005, 2006 * Phillip Lougher <phillip@lougher.org.uk> @@ -99,10 +97,8 @@ Index: linux-2.4.35.4/fs/squashfs/inode.c unregister_filesystem(&squashfs_fs_type); } -Index: linux-2.4.35.4/fs/squashfs/LzmaDecode.c -=================================================================== --- /dev/null -+++ linux-2.4.35.4/fs/squashfs/LzmaDecode.c ++++ b/fs/squashfs/LzmaDecode.c @@ -0,0 +1,663 @@ +/* + LzmaDecode.c @@ -767,10 +763,8 @@ Index: linux-2.4.35.4/fs/squashfs/LzmaDecode.c + *outSizeProcessed = nowPos; + return LZMA_RESULT_OK; +} -Index: linux-2.4.35.4/fs/squashfs/LzmaDecode.h -=================================================================== --- /dev/null -+++ linux-2.4.35.4/fs/squashfs/LzmaDecode.h ++++ b/fs/squashfs/LzmaDecode.h @@ -0,0 +1,100 @@ +/* + LzmaDecode.h @@ -872,10 +866,8 @@ Index: linux-2.4.35.4/fs/squashfs/LzmaDecode.h + UInt32 *outSizeProcessed); + +#endif -Index: linux-2.4.35.4/fs/squashfs/Makefile -=================================================================== ---- linux-2.4.35.4.orig/fs/squashfs/Makefile -+++ linux-2.4.35.4/fs/squashfs/Makefile +--- a/fs/squashfs/Makefile ++++ b/fs/squashfs/Makefile @@ -4,7 +4,7 @@ O_TARGET := squashfs.o |