aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-11-05 16:59:39 +0000
committerMichael Büsch <mb@bu3sch.de>2010-11-05 16:59:39 +0000
commit07439331cbc84a3dedc570c825d6b9ff579b77dd (patch)
tree7f4f77052c8b9451835bb0094d166759517d8006 /target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
parentbcda6a5b8a246665372cd9f206695d63f5407bc2 (diff)
downloadupstream-07439331cbc84a3dedc570c825d6b9ff579b77dd.tar.gz
upstream-07439331cbc84a3dedc570c825d6b9ff579b77dd.tar.bz2
upstream-07439331cbc84a3dedc570c825d6b9ff579b77dd.zip
omap24xx: Add linux 2.6.37 config/patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23888 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch')
-rw-r--r--target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch b/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
new file mode 100644
index 0000000000..c57ca4e6f0
--- /dev/null
+++ b/target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch
@@ -0,0 +1,17 @@
+---
+ lib/decompress_unlzo.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+--- linux-2.6.35.orig/lib/decompress_unlzo.c
++++ linux-2.6.35/lib/decompress_unlzo.c
+@@ -50,6 +50,10 @@ static const unsigned char lzop_magic[]
+ #define LZO_BLOCK_SIZE (256*1024l)
+ #define HEADER_HAS_FILTER 0x00000800L
+
++#ifndef INIT
++#define INIT /* nothing */
++#endif
++
+ STATIC inline int INIT parse_header(u8 *input, u8 *skip)
+ {
+ int l;