Changeset fdd4f59 in freewrt for tools/jffs2


Ignore:
Timestamp:
Jul 27, 2006, 12:24:20 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
9701b3d
Parents:
d5b9e70
Message:

run update-patches, simple cases

git-svn-id: svn://www.freewrt.org/trunk/freewrt@434 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
tools/jffs2/patches
Files:
4 added
3 deleted
1 moved

Legend:

Unmodified
Added
Removed
  • tools/jffs2/patches/patch-util_mkfs_jffs2_c

    rd5b9e70 rfdd4f59  
    11$FreeWRT$
    2 
    3         portability fixes
    4 
    5 --- mtd-20050122.orig/util/Makefile.orig        Fri Jan 21 22:59:51 2005
    6 +++ mtd-20050122.orig/util/Makefile     Sun Jun 18 18:38:34 2006
    7 @@ -23,7 +19,7 @@ SYMLINKS = compr_lzari.c compr_lzo.c
    8         $(CC) $(LDFLAGS) -g -o $@ $^
    9  
    10  %.o: %.c
    11 -       $(CC) $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep
    12 +       $(CC) -include param.h $(CFLAGS) -g -c -o $@ $< -g -Wp,-MD,.$<.dep
    13  
    14  .SUFFIXES:
    15  
    16 @@ -38,7 +34,7 @@ clean:
    17  $(SYMLINKS):
    18         ln -sf ../fs/jffs2/$@ $@
    19  
    20 -mkfs.jffs2: crc32.o compr_rtime.o mkfs.jffs2.o compr_zlib.o compr.o compr_lzari.o compr_lzo.o
    21 +mkfs.jffs2: crc32.o compr_rtime.o mkfs.jffs2.o compr_zlib.o compr.o compr_lzari.o compr_lzo.o getline.o
    22         $(CC) $(LDFLAGS) -o $@ $^ -lz
    23  
    24  flash_eraseall: crc32.o flash_eraseall.o
    25 --- mtd-20050122.orig/util/compr_zlib.c.orig    Wed Jun 23 21:59:52 2004
    26 +++ mtd-20050122.orig/util/compr_zlib.c Sun Jun 18 18:31:15 2006
    27 @@ -38,7 +38,9 @@
    28  #include <stdint.h>
    29  #include <zlib.h>
    30  #include <stdio.h>
    31 +#ifdef __linux__
    32  #include <asm/types.h>
    33 +#endif
    34  #include <linux/jffs2.h>
    35  #include "compr.h"
    36  
    37 --- mtd-20050122.orig/util/mkfs.jffs2.c.orig    Fri Nov 26 22:59:51 2004
    38 +++ mtd-20050122.orig/util/mkfs.jffs2.c Sun Jun 18 18:30:30 2006
     2--- mtd-20050122.orig.orig/util/mkfs.jffs2.c    Fri Nov 26 22:59:51 2004
     3+++ mtd-20050122.orig/util/mkfs.jffs2.c Thu Jul 27 10:22:54 2006
    394@@ -68,6 +68,7 @@
    405 #include <zlib.h>
Note: See TracChangeset for help on using the changeset viewer.