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 /scripts | |
parent | 0f90f2dbe18d62efcdab842b9f82d8498ca0cd49 (diff) | |
download | busybox-w32-2cd14f15475d6916acf7656c09e0a877affe7768.tar.gz busybox-w32-2cd14f15475d6916acf7656c09e0a877affe7768.tar.bz2 busybox-w32-2cd14f15475d6916acf7656c09e0a877affe7768.zip |
win32: enable (un)lzma, (un)xz
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig.mingw32 | 6 |
1 files changed, 3 insertions, 3 deletions
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 | # |