diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-20 23:28:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-20 23:28:00 +0200 |
commit | 75d151e31d135ebab083307ded4e9b98970baa75 (patch) | |
tree | 2af1b57b1060f0384f6e2761a88e9c099aa5cfa0 /archival/Config.src | |
parent | ad37abf4231275d0991d42f9003666f1efd4114b (diff) | |
download | busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.tar.gz busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.tar.bz2 busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.zip |
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
While at it, tweak some config help texts.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Config.src')
-rw-r--r-- | archival/Config.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archival/Config.src b/archival/Config.src index 0c97f3d7c..4bb46f167 100644 --- a/archival/Config.src +++ b/archival/Config.src | |||
@@ -27,4 +27,12 @@ config FEATURE_SEAMLESS_Z | |||
27 | 27 | ||
28 | INSERT | 28 | INSERT |
29 | 29 | ||
30 | config FEATURE_LZMA_FAST | ||
31 | bool "Optimize lzma for speed" | ||
32 | default n | ||
33 | depends on UNLZMA || LZCAT || LZMA || FEATURE_SEAMLESS_LZMA | ||
34 | help | ||
35 | This option reduces decompression time by about 25% at the cost of | ||
36 | a 1K bigger binary. | ||
37 | |||
30 | endmenu | 38 | endmenu |