projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] udev: bump to 173
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.36
/
008-jffs2_make_lzma_available.patch
diff --git
a/target/linux/generic/patches-2.6.36/008-jffs2_make_lzma_available.patch
b/target/linux/generic/patches-2.6.36/008-jffs2_make_lzma_available.patch
index
4b0e4c5
..
e6a30ea
100644
(file)
--- a/
target/linux/generic/patches-2.6.36/008-jffs2_make_lzma_available.patch
+++ b/
target/linux/generic/patches-2.6.36/008-jffs2_make_lzma_available.patch
@@
-28,7
+28,7
@@
+CFLAGS_compr_lzma.o += -Iinclude/linux -Ilib/lzma
--- a/fs/jffs2/compr.c
+++ b/fs/jffs2/compr.c
+CFLAGS_compr_lzma.o += -Iinclude/linux -Ilib/lzma
--- a/fs/jffs2/compr.c
+++ b/fs/jffs2/compr.c
-@@ -3
19,6 +319
,9 @@ int __init jffs2_compressors_init(void)
+@@ -3
20,6 +320
,9 @@ int __init jffs2_compressors_init(void)
#ifdef CONFIG_JFFS2_LZO
jffs2_lzo_init();
#endif
#ifdef CONFIG_JFFS2_LZO
jffs2_lzo_init();
#endif
@@
-38,7
+38,7
@@
/* Setting default compression mode */
#ifdef CONFIG_JFFS2_CMODE_NONE
jffs2_compression_mode = JFFS2_COMPR_MODE_NONE;
/* Setting default compression mode */
#ifdef CONFIG_JFFS2_CMODE_NONE
jffs2_compression_mode = JFFS2_COMPR_MODE_NONE;
-@@ -34
2,6 +345
,9 @@ int __init jffs2_compressors_init(void)
+@@ -34
3,6 +346
,9 @@ int __init jffs2_compressors_init(void)
int jffs2_compressors_exit(void)
{
/* Unregistering compressors */
int jffs2_compressors_exit(void)
{
/* Unregistering compressors */
@@
-50,7
+50,7
@@
#endif
--- a/fs/jffs2/compr.h
+++ b/fs/jffs2/compr.h
#endif
--- a/fs/jffs2/compr.h
+++ b/fs/jffs2/compr.h
-@@ -2
8,9 +28
,9 @@
+@@ -2
9,9 +29
,9 @@
#define JFFS2_DYNRUBIN_PRIORITY 20
#define JFFS2_LZARI_PRIORITY 30
#define JFFS2_RTIME_PRIORITY 50
#define JFFS2_DYNRUBIN_PRIORITY 20
#define JFFS2_LZARI_PRIORITY 30
#define JFFS2_RTIME_PRIORITY 50
@@
-63,7
+63,7
@@
#define JFFS2_RUBINMIPS_DISABLED /* RUBINs will be used only */
#define JFFS2_DYNRUBIN_DISABLED /* for decompression */
#define JFFS2_RUBINMIPS_DISABLED /* RUBINs will be used only */
#define JFFS2_DYNRUBIN_DISABLED /* for decompression */
-@@ -9
8,5 +98
,9 @@ void jffs2_zlib_exit(void);
+@@ -9
9,5 +99
,9 @@ void jffs2_zlib_exit(void);
int jffs2_lzo_init(void);
void jffs2_lzo_exit(void);
#endif
int jffs2_lzo_init(void);
void jffs2_lzo_exit(void);
#endif
@@
-253,7
+253,7
@@
sizeof(struct jffs2_inode_info),
--- a/include/linux/jffs2.h
+++ b/include/linux/jffs2.h
sizeof(struct jffs2_inode_info),
--- a/include/linux/jffs2.h
+++ b/include/linux/jffs2.h
-@@ -4
5,6 +45
,7 @@
+@@ -4
6,6 +46
,7 @@
#define JFFS2_COMPR_DYNRUBIN 0x05
#define JFFS2_COMPR_ZLIB 0x06
#define JFFS2_COMPR_LZO 0x07
#define JFFS2_COMPR_DYNRUBIN 0x05
#define JFFS2_COMPR_ZLIB 0x06
#define JFFS2_COMPR_LZO 0x07
@@
-1049,7
+1049,7
@@
+#endif
--- a/lib/Kconfig
+++ b/lib/Kconfig
+#endif
--- a/lib/Kconfig
+++ b/lib/Kconfig
-@@ -10
3,6 +103
,12 @@ config LZO_COMPRESS
+@@ -10
6,6 +106
,12 @@ config LZO_COMPRESS
config LZO_DECOMPRESS
tristate
config LZO_DECOMPRESS
tristate
This page took
0.027123 seconds
and
4
git commands to generate.