aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/archival/Config.in b/archival/Config.in
index a983e4433..1ea6f3d16 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -53,12 +53,12 @@ config AR
53 probably say N here. 53 probably say N here.
54 54
55config FEATURE_AR_LONG_FILENAMES 55config FEATURE_AR_LONG_FILENAMES
56 bool "Support for long filenames (not need for debs)" 56 bool "Support for long filenames (not needed for debs)"
57 default n 57 default n
58 depends on AR 58 depends on AR
59 help 59 help
60 By default the ar format can only store the first 15 characters of 60 By default the ar format can only store the first 15 characters
61 the filename, this option removes that limitation. 61 of the filename, this option removes that limitation.
62 It supports the GNU ar long filename method which moves multiple long 62 It supports the GNU ar long filename method which moves multiple long
63 filenames into a the data section of a new ar entry. 63 filenames into a the data section of a new ar entry.
64 64
@@ -211,11 +211,11 @@ config FEATURE_TAR_CREATE
211 tar archives using the `-c' option. 211 tar archives using the `-c' option.
212 212
213config FEATURE_TAR_AUTODETECT 213config FEATURE_TAR_AUTODETECT
214 bool "Autodetect gz/bz2 compressed tarballs" 214 bool "Autodetect compressed tarballs"
215 default n 215 default n
216 depends on FEATURE_SEAMLESS_Z || FEATURE_SEAMLESS_GZ || FEATURE_SEAMLESS_BZ2 || FEATURE_SEAMLESS_LZMA 216 depends on FEATURE_SEAMLESS_Z || FEATURE_SEAMLESS_GZ || FEATURE_SEAMLESS_BZ2 || FEATURE_SEAMLESS_LZMA
217 help 217 help
218 With this option tar can automatically detect gzip/bzip2 compressed 218 With this option tar can automatically detect compressed
219 tarballs. Currently it works only on files (not pipes etc). 219 tarballs. Currently it works only on files (not pipes etc).
220 220
221config FEATURE_TAR_FROM 221config FEATURE_TAR_FROM