diff options
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/Config.in b/archival/Config.in index be0dc7779..22e7ec458 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -209,7 +209,7 @@ config CONFIG_FEATURE_TAR_GNU_EXTENSIONS | |||
209 | config CONFIG_FEATURE_TAR_LONG_OPTIONS | 209 | config CONFIG_FEATURE_TAR_LONG_OPTIONS |
210 | bool "Enable long options" | 210 | bool "Enable long options" |
211 | default n | 211 | default n |
212 | depends on CONFIG_TAR | 212 | depends on CONFIG_TAR && CONFIG_GETOPT_LONG |
213 | help | 213 | help |
214 | Enable use of long options, increases size by about 400 Bytes | 214 | Enable use of long options, increases size by about 400 Bytes |
215 | 215 | ||