diff options
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in index deacc2822..428398377 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -327,6 +327,14 @@ config FEATURE_LZMA_FAST | |||
327 | This option reduces decompression time by about 25% at the cost of | 327 | This option reduces decompression time by about 25% at the cost of |
328 | a 1K bigger binary. | 328 | a 1K bigger binary. |
329 | 329 | ||
330 | config FEATURE_LZMA_ALIAS | ||
331 | bool "Provide lzma alias which supports only unpacking" | ||
332 | default n | ||
333 | depends on UNLZMA | ||
334 | help | ||
335 | Enable this option if you want commands like "lzma -d" to work. | ||
336 | IOW: you'll get lzma applet, but it will always require -d option. | ||
337 | |||
330 | config UNZIP | 338 | config UNZIP |
331 | bool "unzip" | 339 | bool "unzip" |
332 | default n | 340 | default n |