diff options
Diffstat (limited to 'archival/Config.src')
-rw-r--r-- | archival/Config.src | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archival/Config.src b/archival/Config.src index 3dbd3aea1..f64b3347b 100644 --- a/archival/Config.src +++ b/archival/Config.src | |||
@@ -280,6 +280,15 @@ config FEATURE_TAR_LONG_OPTIONS | |||
280 | help | 280 | help |
281 | Enable use of long options, increases size by about 400 Bytes | 281 | Enable use of long options, increases size by about 400 Bytes |
282 | 282 | ||
283 | config FEATURE_TAR_TO_COMMAND | ||
284 | bool "Support for writing to an external program" | ||
285 | default y | ||
286 | depends on TAR && FEATURE_TAR_LONG_OPTIONS | ||
287 | help | ||
288 | If you enable this option you'll be able to instruct tar to send | ||
289 | the contents of each extracted file to the standard input of an | ||
290 | external program. | ||
291 | |||
283 | config FEATURE_TAR_UNAME_GNAME | 292 | config FEATURE_TAR_UNAME_GNAME |
284 | bool "Enable use of user and group names" | 293 | bool "Enable use of user and group names" |
285 | default y | 294 | default y |