Changeset 702
- Timestamp:
- 09/24/06 19:58:21 (2 years ago)
- Files:
-
- trunk/freewrt/mk/build.mk (modified) (2 diffs)
- trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_Alone_LzmaAlone_cpp (added)
- trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_Alone_makefile_gcc (modified) (1 diff)
- trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_cpp (modified) (1 diff)
- trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/build.mk
r604 r702 3 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/licen se for details.5 # or at http://www.freewrt.org/licence for details. 6 6 7 7 TOPDIR=${shell pwd} … … 32 32 ${BASH} ${TOPDIR}/scripts/scan-pkgs.sh 33 33 $(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.35 34 36 35 package_index: trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_Alone_makefile_gcc
r453 r702 1 1 $FreeWRT$ 2 --- lzma-432.orig/C/7zip/Compress/LZMA_Alone/makefile.gcc 2006-07-28 14:34:55.000000000 +02003 +++ lzma-432/C/7zip/Compress/LZMA_Alone/makefile.gcc 2006-07-28 14:34:31.000000000 +02002 --- 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 4 4 @@ -1,9 +1,9 @@ 5 5 PROG = lzma trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_cpp
r453 r702 1 1 $FreeWRT$ 2 --- lzma-432.orig/C/7zip/Compress/LZMA/LZMADecoder.cpp 2006-07-28 14:34:55.000000000 +02003 +++ lzma-432/C/7zip/Compress/LZMA/LZMADecoder.cpp 2006-07-28 14:34:31.000000000 +02002 --- 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 4 4 @@ -274,12 +274,17 @@ STDMETHODIMP CDecoder::SetDecoderPropert 5 5 Byte remainder = (Byte)(properties[0] / 9); trunk/freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_h
r453 r702 1 1 $FreeWRT$ 2 --- lzma-432.orig/C/7zip/Compress/LZMA/LZMADecoder.h 2006-07-28 14:34:55.000000000 +02003 +++ lzma-432/C/7zip/Compress/LZMA/LZMADecoder.h 2006-07-28 14:34:31.000000000 +02002 --- 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 4 4 @@ -228,6 +228,7 @@ public: 5 5 ICompressProgressInfo *progress);


