Changeset 4111e0f in freewrt


Ignore:
Timestamp:
Sep 24, 2006, 7:58:21 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
44d21b6
Parents:
ee2a32c
Message:

PR #86

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

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • mk/build.mk

    ree2a32c r4111e0f  
    33# This file is part of the FreeWRT project. FreeWRT is copyrighted
    44# material, please see the LICENCE file in the top-level directory
    5 # or at http://www.freewrt.org/license for details.
     5# or at http://www.freewrt.org/licence for details.
    66
    77TOPDIR=${shell pwd}
     
    3232        ${BASH} ${TOPDIR}/scripts/scan-pkgs.sh
    3333        $(MAKE) -f mk/build.mk tools/install toolchain/install target/compile package/compile root_clean package/install target/install package_index
    34         @$(TRACE) Build complete. See bin/ for the firmware and packages.
    3534
    3635package_index:
  • tools/lzma/patches/patch-C_7zip_Compress_LZMA_Alone_makefile_gcc

    ree2a32c r4111e0f  
    11$FreeWRT$
    2 --- lzma-432.orig/C/7zip/Compress/LZMA_Alone/makefile.gcc       2006-07-28 14:34:55.000000000 +0200
    3 +++ lzma-432/C/7zip/Compress/LZMA_Alone/makefile.gcc    2006-07-28 14:34:31.000000000 +0200
     2--- w-lzma-432-.orig/C/7zip/Compress/LZMA_Alone/makefile.gcc    2006-09-24 19:56:53.000000000 +0200
     3+++ w-lzma-432-/C/7zip/Compress/LZMA_Alone/makefile.gcc 2006-09-24 00:54:28.000000000 +0200
    44@@ -1,9 +1,9 @@
    55 PROG = lzma
  • tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_cpp

    ree2a32c r4111e0f  
    11$FreeWRT$
    2 --- lzma-432.orig/C/7zip/Compress/LZMA/LZMADecoder.cpp  2006-07-28 14:34:55.000000000 +0200
    3 +++ lzma-432/C/7zip/Compress/LZMA/LZMADecoder.cpp       2006-07-28 14:34:31.000000000 +0200
     2--- w-lzma-432-.orig/C/7zip/Compress/LZMA/LZMADecoder.cpp       2006-09-24 19:56:53.000000000 +0200
     3+++ w-lzma-432-/C/7zip/Compress/LZMA/LZMADecoder.cpp    2006-09-24 00:54:28.000000000 +0200
    44@@ -274,12 +274,17 @@ STDMETHODIMP CDecoder::SetDecoderPropert
    55   Byte remainder = (Byte)(properties[0] / 9);
  • tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_h

    ree2a32c r4111e0f  
    11$FreeWRT$
    2 --- lzma-432.orig/C/7zip/Compress/LZMA/LZMADecoder.h    2006-07-28 14:34:55.000000000 +0200
    3 +++ lzma-432/C/7zip/Compress/LZMA/LZMADecoder.h 2006-07-28 14:34:31.000000000 +0200
     2--- w-lzma-432-.orig/C/7zip/Compress/LZMA/LZMADecoder.h 2006-09-24 19:56:53.000000000 +0200
     3+++ w-lzma-432-/C/7zip/Compress/LZMA/LZMADecoder.h      2006-09-24 00:54:28.000000000 +0200
    44@@ -228,6 +228,7 @@ public:
    55       ICompressProgressInfo *progress);
Note: See TracChangeset for help on using the changeset viewer.