diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-14 20:37:54 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-14 20:37:54 +0000 |
commit | e00e5025ecb2eb6160e7b94c0e93fc2a777f6eaa (patch) | |
tree | c08295d50b96a33d51c11b8601ac455333b8004a /archival/Config.in | |
parent | 39487e2d6a9a2b6e520969f65b4d326da82e354f (diff) | |
download | busybox-w32-e00e5025ecb2eb6160e7b94c0e93fc2a777f6eaa.tar.gz busybox-w32-e00e5025ecb2eb6160e7b94c0e93fc2a777f6eaa.tar.bz2 busybox-w32-e00e5025ecb2eb6160e7b94c0e93fc2a777f6eaa.zip |
tar: real support for -p. +200 if selected.
By Natanael Copa <natanael.copa at gmail.com>
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/archival/Config.in b/archival/Config.in index 8d31ec771..160c54d64 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -237,7 +237,15 @@ config FEATURE_TAR_LONG_OPTIONS | |||
237 | default n | 237 | default n |
238 | depends on TAR && GETOPT_LONG | 238 | depends on TAR && GETOPT_LONG |
239 | help | 239 | help |
240 | Enable use of long options, increases size by about 400 Bytes | 240 | Enable use of long options, increases size by about 400 Bytes |
241 | |||
242 | config FEATURE_TAR_UNAME_GNAME | ||
243 | bool "Enable use of user and group names" | ||
244 | default n | ||
245 | help | ||
246 | Enables use of user and group names in tar. This affects contents | ||
247 | listings (-t) and preserving permissions when unpacking (-p). | ||
248 | +200 bytes. | ||
241 | 249 | ||
242 | config UNCOMPRESS | 250 | config UNCOMPRESS |
243 | bool "uncompress" | 251 | bool "uncompress" |