aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-25 20:36:03 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-25 20:36:03 +0100
commitdb700330d8951d96ea70102797041730c925eeeb (patch)
treec721e86bec9fa312cdb17470be8cbf54de866c04 /archival/bbunzip.c
parent0269789537c0c16de948e100ea331fdba54008e4 (diff)
downloadbusybox-db700330d8951d96ea70102797041730c925eeeb.tar.gz
tweak defconfig
MONOTONIC_SYSCALL=y by default FEATURE_LAST_SMALL is gone: now FEATURE_LAST_FANCY is a "bool", not a "choice". Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r--archival/bbunzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index 90aac1427..548882f53 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -220,7 +220,7 @@ char* FAST_FUNC make_new_name_generic(char *filename, const char *expected_ext)
//config:config UNCOMPRESS
//config: bool "uncompress"
-//config: default n
+//config: default n # ancient
//config: help
//config: uncompress is used to decompress archives created by compress.
//config: Not much used anymore, replaced by gzip/gunzip.