Changeset 702

Show
Ignore:
Timestamp:
09/24/06 19:58:21 (2 years ago)
Author:
tg
Message:

PR #86

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/build.mk

    r604 r702  
    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: 
  • trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_Alone_makefile_gcc

    r453 r702  
    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 
  • trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_cpp

    r453 r702  
    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); 
  • trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_h

    r453 r702  
    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);