diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-20 17:33:08 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-20 17:33:08 +1000 |
commit | 2cd14f15475d6916acf7656c09e0a877affe7768 (patch) | |
tree | 961e7b70c0403ece95b887ee9825c171fbb52743 | |
parent | 0f90f2dbe18d62efcdab842b9f82d8498ca0cd49 (diff) | |
download | busybox-w32-2cd14f15475d6916acf7656c09e0a877affe7768.tar.gz busybox-w32-2cd14f15475d6916acf7656c09e0a877affe7768.tar.bz2 busybox-w32-2cd14f15475d6916acf7656c09e0a877affe7768.zip |
win32: enable (un)lzma, (un)xz
-rw-r--r-- | BUGS | 6 | ||||
-rw-r--r-- | scripts/defconfig.mingw32 | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -4,6 +4,12 @@ | |||
4 | 4 | ||
5 | ** code page issue | 5 | ** code page issue |
6 | 6 | ||
7 | * archival | ||
8 | |||
9 | ** unlzma < foo.lzma does not work | ||
10 | |||
11 | unlzma < foo.lzma | bar does work though | ||
12 | |||
7 | * ash | 13 | * ash |
8 | 14 | ||
9 | ** ^C, ^D do not work | 15 | ** ^C, ^D do not work |
diff --git a/scripts/defconfig.mingw32 b/scripts/defconfig.mingw32 index 2159a0166..26a50bed7 100644 --- a/scripts/defconfig.mingw32 +++ b/scripts/defconfig.mingw32 | |||
@@ -159,9 +159,9 @@ CONFIG_FEATURE_TAR_LONG_OPTIONS=y | |||
159 | CONFIG_UNCOMPRESS=y | 159 | CONFIG_UNCOMPRESS=y |
160 | CONFIG_UNLZMA=y | 160 | CONFIG_UNLZMA=y |
161 | CONFIG_FEATURE_LZMA_FAST=y | 161 | CONFIG_FEATURE_LZMA_FAST=y |
162 | # CONFIG_LZMA is not set | 162 | CONFIG_LZMA=y |
163 | # CONFIG_UNXZ is not set | 163 | CONFIG_UNXZ=y |
164 | # CONFIG_XZ is not set | 164 | CONFIG_XZ=y |
165 | CONFIG_UNZIP=y | 165 | CONFIG_UNZIP=y |
166 | 166 | ||
167 | # | 167 | # |