aboutsummaryrefslogtreecommitdiff
path: root/archival/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'archival/Config.in')
-rw-r--r--archival/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 17d5c411b..cf771f96c 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -276,6 +276,13 @@ config FEATURE_TAR_UNAME_GNAME
listings (-t) and preserving permissions when unpacking (-p).
+200 bytes.
+config FEATURE_TAR_NOPRESERVE_TIME
+ bool "Enable -m (do not preserve time) option"
+ default n
+ depends on TAR
+ help
+ With this option busybox supports GNU tar -m (do not preserve time) option.
+
endif #tar
config UNCOMPRESS