mtd-utils-target-lzo-header.patch 496 B

1234567891011121314
  1. diff -urN mtd-utils-1.1.0-0rig/compr_lzo.c mtd-utils-1.1.0/compr_lzo.c
  2. --- mtd-utils-1.1.0-0rig/compr_lzo.c 2007-08-03 15:55:51.000000000 +0200
  3. +++ mtd-utils-1.1.0/compr_lzo.c 2007-09-27 08:18:05.000000000 +0200
  4. @@ -26,7 +26,7 @@
  5. #include <string.h>
  6. #include <asm/types.h>
  7. #include <linux/jffs2.h>
  8. -#include <lzo/lzo1x.h>
  9. +#include <lzo1x.h>
  10. #include "compr.h"
  11. extern int page_size;
  12. $(BUILDDIR)/flash_eraseall: $(BUILDDIR)/crc32.o $(BUILDDIR)/flash_eraseall.o
  13. $(CC) $(LDFLAGS) -o $@ $^