projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: add a new scheduler action for restoring the connection tracking mark - usefu...
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.35
/
008-jffs2_make_lzma_available.patch
diff --git
a/target/linux/generic/patches-2.6.35/008-jffs2_make_lzma_available.patch
b/target/linux/generic/patches-2.6.35/008-jffs2_make_lzma_available.patch
index
5ab2e72
..
108cd47
100644
(file)
--- a/
target/linux/generic/patches-2.6.35/008-jffs2_make_lzma_available.patch
+++ b/
target/linux/generic/patches-2.6.35/008-jffs2_make_lzma_available.patch
@@
-206,7
+206,7
@@
+}
--- a/fs/jffs2/super.c
+++ b/fs/jffs2/super.c
+}
--- a/fs/jffs2/super.c
+++ b/fs/jffs2/super.c
-@@ -25
4,14 +254
,41 @@ static int __init init_jffs2_fs(void)
+@@ -25
2,14 +252
,41 @@ static int __init init_jffs2_fs(void)
BUILD_BUG_ON(sizeof(struct jffs2_raw_inode) != 68);
BUILD_BUG_ON(sizeof(struct jffs2_raw_summary) != 32);
BUILD_BUG_ON(sizeof(struct jffs2_raw_inode) != 68);
BUILD_BUG_ON(sizeof(struct jffs2_raw_summary) != 32);
@@
-1081,7
+1081,7
@@
ifdef CONFIG_FUNCTION_TRACER
ORIG_CFLAGS := $(KBUILD_CFLAGS)
KBUILD_CFLAGS = $(subst -pg,,$(ORIG_CFLAGS))
ifdef CONFIG_FUNCTION_TRACER
ORIG_CFLAGS := $(KBUILD_CFLAGS)
KBUILD_CFLAGS = $(subst -pg,,$(ORIG_CFLAGS))
-@@ -6
6,6 +76
,8 @@ obj-$(CONFIG_ZLIB_DEFLATE) += zlib_defla
+@@ -6
9,6 +79
,8 @@ obj-$(CONFIG_ZLIB_DEFLATE) += zlib_defla
obj-$(CONFIG_REED_SOLOMON) += reed_solomon/
obj-$(CONFIG_LZO_COMPRESS) += lzo/
obj-$(CONFIG_LZO_DECOMPRESS) += lzo/
obj-$(CONFIG_REED_SOLOMON) += reed_solomon/
obj-$(CONFIG_LZO_COMPRESS) += lzo/
obj-$(CONFIG_LZO_DECOMPRESS) += lzo/
This page took
0.026316 seconds
and
4
git commands to generate.