aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-14 04:43:22 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-20 19:14:09 +0200
commitd95f0cc1f782e4febf839221a7ec8cd59bcf52ef (patch)
tree4da04a5c4d9790aba08b5b0b0dc268592573a1b8
parent6a4d61ba3b94114eed93811ea1a8ea81d5c187ba (diff)
downloadbusybox-w32-d95f0cc1f782e4febf839221a7ec8cd59bcf52ef.tar.gz
busybox-w32-d95f0cc1f782e4febf839221a7ec8cd59bcf52ef.tar.bz2
busybox-w32-d95f0cc1f782e4febf839221a7ec8cd59bcf52ef.zip
win32: Unmask archival
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-rw-r--r--archival/Config.in17
1 files changed, 9 insertions, 8 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 15d6ae5c6..c6e3d3b60 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -32,7 +32,7 @@ config FEATURE_SEAMLESS_Z
32config AR 32config AR
33 bool "ar" 33 bool "ar"
34 default n 34 default n
35 depends on PLATFORM_POSIX 35 depends on PLATFORM_POSIX || PLATFORM_MINGW32
36 help 36 help
37 ar is an archival utility program used to create, modify, and 37 ar is an archival utility program used to create, modify, and
38 extract contents from archives. An archive is a single file holding 38 extract contents from archives. An archive is a single file holding
@@ -73,7 +73,7 @@ config FEATURE_AR_CREATE
73config BUNZIP2 73config BUNZIP2
74 bool "bunzip2" 74 bool "bunzip2"
75 default n 75 default n
76 depends on PLATFORM_POSIX 76 depends on PLATFORM_POSIX || PLATFORM_MINGW32
77 help 77 help
78 bunzip2 is a compression utility using the Burrows-Wheeler block 78 bunzip2 is a compression utility using the Burrows-Wheeler block
79 sorting text compression algorithm, and Huffman coding. Compression 79 sorting text compression algorithm, and Huffman coding. Compression
@@ -87,7 +87,7 @@ config BUNZIP2
87config BZIP2 87config BZIP2
88 bool "bzip2" 88 bool "bzip2"
89 default n 89 default n
90 depends on PLATFORM_POSIX 90 depends on PLATFORM_POSIX || PLATFORM_MINGW32
91 help 91 help
92 bzip2 is a compression utility using the Burrows-Wheeler block 92 bzip2 is a compression utility using the Burrows-Wheeler block
93 sorting text compression algorithm, and Huffman coding. Compression 93 sorting text compression algorithm, and Huffman coding. Compression
@@ -166,7 +166,7 @@ config FEATURE_DPKG_DEB_EXTRACT_ONLY
166config GUNZIP 166config GUNZIP
167 bool "gunzip" 167 bool "gunzip"
168 default n 168 default n
169 depends on PLATFORM_POSIX 169 depends on PLATFORM_POSIX || PLATFORM_MINGW32
170 help 170 help
171 gunzip is used to decompress archives created by gzip. 171 gunzip is used to decompress archives created by gzip.
172 You can use the `-t' option to test the integrity of 172 You can use the `-t' option to test the integrity of
@@ -175,7 +175,7 @@ config GUNZIP
175config GZIP 175config GZIP
176 bool "gzip" 176 bool "gzip"
177 default n 177 default n
178 depends on PLATFORM_POSIX 178 depends on PLATFORM_POSIX || PLATFORM_MINGW32
179 help 179 help
180 gzip is used to compress files. 180 gzip is used to compress files.
181 It's probably the most widely used UNIX compression program. 181 It's probably the most widely used UNIX compression program.
@@ -288,6 +288,7 @@ config FEATURE_TAR_UNAME_GNAME
288 bool "Enable use of user and group names" 288 bool "Enable use of user and group names"
289 default n 289 default n
290 depends on TAR 290 depends on TAR
291 depends on !PLATFORM_MINGW32
291 help 292 help
292 Enables use of user and group names in tar. This affects contents 293 Enables use of user and group names in tar. This affects contents
293 listings (-t) and preserving permissions when unpacking (-p). 294 listings (-t) and preserving permissions when unpacking (-p).
@@ -312,7 +313,7 @@ config FEATURE_TAR_SELINUX
312config UNCOMPRESS 313config UNCOMPRESS
313 bool "uncompress" 314 bool "uncompress"
314 default n 315 default n
315 depends on PLATFORM_POSIX 316 depends on PLATFORM_POSIX || PLATFORM_MINGW32
316 help 317 help
317 uncompress is used to decompress archives created by compress. 318 uncompress is used to decompress archives created by compress.
318 Not much used anymore, replaced by gzip/gunzip. 319 Not much used anymore, replaced by gzip/gunzip.
@@ -320,7 +321,7 @@ config UNCOMPRESS
320config UNLZMA 321config UNLZMA
321 bool "unlzma" 322 bool "unlzma"
322 default n 323 default n
323 depends on PLATFORM_POSIX 324 depends on PLATFORM_POSIX || PLATFORM_MINGW32
324 help 325 help
325 unlzma is a compression utility using the Lempel-Ziv-Markov chain 326 unlzma is a compression utility using the Lempel-Ziv-Markov chain
326 compression algorithm, and range coding. Compression 327 compression algorithm, and range coding. Compression
@@ -344,7 +345,7 @@ config FEATURE_LZMA_FAST
344config UNZIP 345config UNZIP
345 bool "unzip" 346 bool "unzip"
346 default n 347 default n
347 depends on PLATFORM_POSIX 348 depends on PLATFORM_POSIX || PLATFORM_MINGW32
348 help 349 help
349 unzip will list or extract files from a ZIP archive, 350 unzip will list or extract files from a ZIP archive,
350 commonly found on DOS/WIN systems. The default behavior 351 commonly found on DOS/WIN systems. The default behavior