Changeset fdd4f59 in freewrt for tools


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
Files:
5 added
6 deleted
4 moved

Legend:

Unmodified
Added
Removed
  • tools/ipkg-utils/patches/patch-ipkg-buildpackage

    rd5b9e70 rfdd4f59  
    1 diff -ruN ipkg-utils-1.7-old/ipkg-buildpackage ipkg-utils-1.7-new/ipkg-buildpackage
    2 --- ipkg-utils-1.7-old/ipkg-buildpackage        2001-07-26 17:36:36.000000000 +0200
    3 +++ ipkg-utils-1.7-new/ipkg-buildpackage        2004-07-05 19:46:24.000000000 +0200
    4 @@ -30,8 +30,9 @@
     1$FreeWRT$
     2--- ipkg-utils-1.7.orig/ipkg-buildpackage       Thu Jul 26 15:36:14 2001
     3+++ ipkg-utils-1.7/ipkg-buildpackage    Thu Jul 27 10:21:58 2006
     4@@ -30,9 +30,10 @@
    55 
    66 set -e
     
    99-SCRIPTDIR=/other/kurth/ipaq-dev/familiar/dist/ipkg/util/
    1010+SCRIPTDIR=/usr/local/bin
     11 
     12+IPKG_BUILD_OPTIONS=$*
    1113+
    12 +IPKG_BUILD_OPTIONS=$*
    13  
    1414 SCRIPTNAME=`basename $0`
    1515 
    16 @@ -212,7 +213,7 @@
     16 ipkg_extract_value() {
     17@@ -212,7 +213,7 @@ done
    1718 # build the ipk package
    1819 owd=`pwd`
  • tools/ipkg-utils/patches/patch-ipkg-make-index

    rd5b9e70 rfdd4f59  
    1 --- ipkg-utils-1.7/ipkg-make-index.orig Fri Jan  2 21:08:13 2004
    2 +++ ipkg-utils-1.7/ipkg-make-index      Mon Jun 19 00:44:09 2006
     1$FreeWRT$
     2--- ipkg-utils-1.7.orig/ipkg-make-index Fri Jan  2 21:08:13 2004
     3+++ ipkg-utils-1.7/ipkg-make-index      Thu Jul 27 10:21:58 2006
    34@@ -1,4 +1,4 @@
    45-#!/usr/bin/python
  • 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>
  • tools/squashfs/patches/patch-squashfs-tools_Makefile

    rd5b9e70 rfdd4f59  
    11$FreeWRT$
    2 
    3         * build LZMA
    4         * fix CFLAGS abuse
    5 
    62--- squashfs3.0.orig/squashfs-tools/Makefile    Wed Mar 15 21:35:57 2006
    7 +++ squashfs3.0/squashfs-tools/Makefile Thu Jul 27 10:16:13 2006
     3+++ squashfs3.0/squashfs-tools/Makefile Thu Jul 27 10:23:46 2006
    84@@ -1,12 +1,16 @@
    95 INCLUDEDIR = .
Note: See TracChangeset for help on using the changeset viewer.