diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-24 22:52:21 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-24 22:52:21 +0100 |
commit | 6b01b71e8370c58787318d5fca06db2074f95c55 (patch) | |
tree | 1f2fff69f5004a6fe66872434e1a25827588f1a7 /archival | |
parent | 9f93d621925966c22ee51fdcb5def8e131596f9b (diff) | |
download | busybox-w32-6b01b71e8370c58787318d5fca06db2074f95c55.tar.gz busybox-w32-6b01b71e8370c58787318d5fca06db2074f95c55.tar.bz2 busybox-w32-6b01b71e8370c58787318d5fca06db2074f95c55.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/Config.in b/archival/Config.in index cf771f96c..fb79c7bca 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -281,7 +281,8 @@ config FEATURE_TAR_NOPRESERVE_TIME | |||
281 | default n | 281 | default n |
282 | depends on TAR | 282 | depends on TAR |
283 | help | 283 | help |
284 | With this option busybox supports GNU tar -m (do not preserve time) option. | 284 | With this option busybox supports GNU tar -m |
285 | (do not preserve time) option. | ||
285 | 286 | ||
286 | endif #tar | 287 | endif #tar |
287 | 288 | ||