summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.35/006-squashfs_add_lzma.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-17 14:10:39 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-17 14:10:39 +0000
commite2e6a5bb07fd248abf4c35181394395524395295 (patch)
tree8d1c382840f7148dc13b1f9ca30e753adb61a929 /target/linux/generic/patches-2.6.35/006-squashfs_add_lzma.patch
parent6da348ee27e91ec6274d45c2921ca230cf547dd0 (diff)
kernel: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.35/006-squashfs_add_lzma.patch')
-rw-r--r--target/linux/generic/patches-2.6.35/006-squashfs_add_lzma.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-2.6.35/006-squashfs_add_lzma.patch b/target/linux/generic/patches-2.6.35/006-squashfs_add_lzma.patch
index ef404868e..ff715788e 100644
--- a/target/linux/generic/patches-2.6.35/006-squashfs_add_lzma.patch
+++ b/target/linux/generic/patches-2.6.35/006-squashfs_add_lzma.patch
@@ -18,7 +18,7 @@ Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
-@@ -26,6 +26,11 @@ config SQUASHFS
+@@ -37,6 +37,11 @@ config SQUASHFS_XATTRS
If unsure, say N.
@@ -210,7 +210,7 @@ Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
+
--- a/fs/squashfs/squashfs.h
+++ b/fs/squashfs/squashfs.h
-@@ -94,3 +94,6 @@ extern const struct address_space_operat
+@@ -104,3 +104,6 @@ extern const struct xattr_handler *squas
/* zlib_wrapper.c */
extern const struct squashfs_decompressor squashfs_zlib_comp_ops;