diff options
author | Denys Vlasenko | 2016-11-16 15:45:05 +0100 |
---|---|---|
committer | Denys Vlasenko | 2016-11-16 15:45:05 +0100 |
commit | eb3fdc843e4a56740f2de41a0a7e37c25bde246c (patch) | |
tree | e423188c52dbfeb3a7a917fb66c005a9216c051c /archival/Config.src | |
parent | a8c696bf09d8151323f6e99348c4bc8989f829c8 (diff) | |
download | busybox-eb3fdc843e4a56740f2de41a0a7e37c25bde246c.zip busybox-eb3fdc843e4a56740f2de41a0a7e37c25bde246c.tar.gz |
Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Config.src')
-rw-r--r-- | archival/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/Config.src b/archival/Config.src index a9afaea..5e7cfc0 100644 --- a/archival/Config.src +++ b/archival/Config.src @@ -30,7 +30,7 @@ config FEATURE_SEAMLESS_GZ Make tar, rpm, modprobe etc understand .gz data. config FEATURE_SEAMLESS_Z - bool "tar, rpm, modprobe etc understand .Z data" + bool "Make tar, rpm, modprobe etc understand .Z data" default n # it is ancient help Make tar, rpm, modprobe etc understand .Z data. |