diff options
author | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-05 16:59:39 +0000 |
---|---|---|
committer | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-05 16:59:39 +0000 |
commit | 101bcffa4f181122120ee1d86b8711dadb30a440 (patch) | |
tree | 7f4f77052c8b9451835bb0094d166759517d8006 /target/linux/omap24xx/patches-2.6.37/800-decompress-unlzo-fixes.patch | |
parent | 2c7af0d7c7e35115465f49ba420cae05879149a9 (diff) |
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.patch | 17 |
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; |