diff options
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 17d5c411b..cf771f96c 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -276,6 +276,13 @@ config FEATURE_TAR_UNAME_GNAME | |||
276 | listings (-t) and preserving permissions when unpacking (-p). | 276 | listings (-t) and preserving permissions when unpacking (-p). |
277 | +200 bytes. | 277 | +200 bytes. |
278 | 278 | ||
279 | config FEATURE_TAR_NOPRESERVE_TIME | ||
280 | bool "Enable -m (do not preserve time) option" | ||
281 | default n | ||
282 | depends on TAR | ||
283 | help | ||
284 | With this option busybox supports GNU tar -m (do not preserve time) option. | ||
285 | |||
279 | endif #tar | 286 | endif #tar |
280 | 287 | ||
281 | config UNCOMPRESS | 288 | config UNCOMPRESS |