diff options
Diffstat (limited to 'packages/mtd/mtd-utils/lzo_1x-git.patch')
-rw-r--r-- | packages/mtd/mtd-utils/lzo_1x-git.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/mtd/mtd-utils/lzo_1x-git.patch b/packages/mtd/mtd-utils/lzo_1x-git.patch new file mode 100644 index 0000000000..e5306875da --- /dev/null +++ b/packages/mtd/mtd-utils/lzo_1x-git.patch @@ -0,0 +1,13 @@ +Index: git/compr_lzo.c +=================================================================== +--- git.orig/compr_lzo.c ++++ git/compr_lzo.c +@@ -26,7 +26,7 @@ + #include <string.h> + #include <asm/types.h> + #include <linux/jffs2.h> +-#include <lzo/lzo1x.h> ++#include <lzo1x.h> + #include "compr.h" + + extern int page_size; |