aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.in
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 15:06:25 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-06 15:06:25 +0200
commit3de3f57c6d0200b49a5e31e80421e36272035e15 (patch)
tree80e497ca878016818412c54178c14af8dc5a708b /archival/Config.in
parent043b1e5d997d9b582a5aee37bd56e2e4f29be6e4 (diff)
downloadbusybox-w32-3de3f57c6d0200b49a5e31e80421e36272035e15.tar.gz
busybox-w32-3de3f57c6d0200b49a5e31e80421e36272035e15.tar.bz2
busybox-w32-3de3f57c6d0200b49a5e31e80421e36272035e15.zip
Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"
https://bugs.busybox.net/show_bug.cgi?id=599 This reverts commit 9ac3dc764a78b51fe8fdcd1b4682850de098733b.
Diffstat (limited to 'archival/Config.in')
-rw-r--r--archival/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/Config.in b/archival/Config.in
index cae7f20bb..71b953819 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -298,8 +298,8 @@ config FEATURE_LZMA_FAST
298 default n 298 default n
299 depends on UNLZMA 299 depends on UNLZMA
300 help 300 help
301 This option reduces decompression time by about 25% at the cost of 301 This option reduces decompression time by about 33% at the cost of
302 a 1K bigger binary. 302 a 2K bigger binary.
303 303
304config UNZIP 304config UNZIP
305 bool "unzip" 305 bool "unzip"