diff options
author | Matheus Izvekov | 2010-01-06 08:54:49 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-01-06 08:54:49 +0100 |
commit | 839fd71077d457c9e86afc56ba5cc54a0e1fcfb8 (patch) | |
tree | 51b8111117dea3718156c318fcf3c6f9c3acdfc6 /archival/Config.in | |
parent | 251912443ce1dade4e6e457e47b4be6d274302ce (diff) | |
download | busybox-839fd71077d457c9e86afc56ba5cc54a0e1fcfb8.zip busybox-839fd71077d457c9e86afc56ba5cc54a0e1fcfb8.tar.gz |
gzip: add optional support for --long-opts
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in index cae7f20..17d5c41 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -165,6 +165,13 @@ config GZIP gzip is used to compress files. It's probably the most widely used UNIX compression program. +config FEATURE_GZIP_LONG_OPTIONS + bool "Enable long options" + default n + depends on GZIP && LONG_OPTS + help + Enable use of long options, increases size by about 106 Bytes + config LZOP bool "lzop" default n |