Changeset 4111e0f in freewrt
- Timestamp:
- Sep 24, 2006, 7:58:21 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 44d21b6
- Parents:
- ee2a32c
- Files:
-
- 1 added
- 4 edited
-
mk/build.mk (modified) (2 diffs)
-
tools/lzma/patches/patch-C_7zip_Compress_LZMA_Alone_LzmaAlone_cpp (added)
-
tools/lzma/patches/patch-C_7zip_Compress_LZMA_Alone_makefile_gcc (modified) (1 diff)
-
tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_cpp (modified) (1 diff)
-
tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mk/build.mk
ree2a32c r4111e0f 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: -
tools/lzma/patches/patch-C_7zip_Compress_LZMA_Alone_makefile_gcc
ree2a32c r4111e0f 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 -
tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_cpp
ree2a32c r4111e0f 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); -
tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_h
ree2a32c r4111e0f 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);
Note:
See TracChangeset
for help on using the changeset viewer.
