diff options
author | Denys Vlasenko | 2017-07-20 23:28:00 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-20 23:28:00 +0200 |
commit | 75d151e31d135ebab083307ded4e9b98970baa75 (patch) | |
tree | 2af1b57b1060f0384f6e2761a88e9c099aa5cfa0 /archival/Config.src | |
parent | ad37abf4231275d0991d42f9003666f1efd4114b (diff) | |
download | busybox-75d151e31d135ebab083307ded4e9b98970baa75.zip busybox-75d151e31d135ebab083307ded4e9b98970baa75.tar.gz |
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 0c97f3d..4bb46f1 100644 --- a/archival/Config.src +++ b/archival/Config.src @@ -27,4 +27,12 @@ config FEATURE_SEAMLESS_Z INSERT +config FEATURE_LZMA_FAST + bool "Optimize lzma for speed" + default n + depends on UNLZMA || LZCAT || LZMA || FEATURE_SEAMLESS_LZMA + help + This option reduces decompression time by about 25% at the cost of + a 1K bigger binary. + endmenu |