aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/Config.in34
1 files changed, 17 insertions, 17 deletions
diff --git a/archival/Config.in b/archival/Config.in
index e3f6239f2..be0dc7779 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -29,7 +29,7 @@ config CONFIG_AR
29 probably say N here. 29 probably say N here.
30 30
31config CONFIG_FEATURE_AR_LONG_FILENAMES 31config CONFIG_FEATURE_AR_LONG_FILENAMES
32 bool " Enable support for long filenames (not need for debs)" 32 bool "Enable support for long filenames (not need for debs)"
33 default n 33 default n
34 depends on CONFIG_AR 34 depends on CONFIG_AR
35 help 35 help
@@ -89,7 +89,7 @@ config CONFIG_DPKG_DEB
89 probably say N here. 89 probably say N here.
90 90
91config CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY 91config CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY
92 bool " extract only (-x)" 92 bool "extract only (-x)"
93 default n 93 default n
94 depends on CONFIG_DPKG_DEB 94 depends on CONFIG_DPKG_DEB
95 help 95 help
@@ -106,7 +106,7 @@ config CONFIG_GUNZIP
106 an archive, without decompressing it. 106 an archive, without decompressing it.
107 107
108config CONFIG_FEATURE_GUNZIP_UNCOMPRESS 108config CONFIG_FEATURE_GUNZIP_UNCOMPRESS
109 bool " Uncompress support" 109 bool "Uncompress support"
110 default n 110 default n
111 depends on CONFIG_GUNZIP 111 depends on CONFIG_GUNZIP
112 help 112 help
@@ -142,7 +142,7 @@ config CONFIG_TAR
142 UNIX archive program. 142 UNIX archive program.
143 143
144config CONFIG_FEATURE_TAR_CREATE 144config CONFIG_FEATURE_TAR_CREATE
145 bool " Enable archive creation" 145 bool "Enable archive creation"
146 default y 146 default y
147 depends on CONFIG_TAR 147 depends on CONFIG_TAR
148 help 148 help
@@ -150,7 +150,7 @@ config CONFIG_FEATURE_TAR_CREATE
150 tar archives using the `-c' option. 150 tar archives using the `-c' option.
151 151
152config CONFIG_FEATURE_TAR_BZIP2 152config CONFIG_FEATURE_TAR_BZIP2
153 bool " Enable -j option to handle .tar.bz2 files" 153 bool "Enable -j option to handle .tar.bz2 files"
154 default n 154 default n
155 depends on CONFIG_TAR 155 depends on CONFIG_TAR
156 help 156 help
@@ -158,7 +158,7 @@ config CONFIG_FEATURE_TAR_BZIP2
158 archives compressed with bzip2. 158 archives compressed with bzip2.
159 159
160config CONFIG_FEATURE_TAR_LZMA 160config CONFIG_FEATURE_TAR_LZMA
161 bool " Enable -a option to handle .tar.lzma files" 161 bool "Enable -a option to handle .tar.lzma files"
162 default n 162 default n
163 depends on CONFIG_TAR 163 depends on CONFIG_TAR
164 help 164 help
@@ -166,7 +166,7 @@ config CONFIG_FEATURE_TAR_LZMA
166 archives compressed with lzma. 166 archives compressed with lzma.
167 167
168config CONFIG_FEATURE_TAR_FROM 168config CONFIG_FEATURE_TAR_FROM
169 bool " Enable -X (exclude from) and -T (include from) options)" 169 bool "Enable -X (exclude from) and -T (include from) options)"
170 default n 170 default n
171 depends on CONFIG_TAR 171 depends on CONFIG_TAR
172 help 172 help
@@ -174,7 +174,7 @@ config CONFIG_FEATURE_TAR_FROM
174 a list of files to include or exclude from an archive. 174 a list of files to include or exclude from an archive.
175 175
176config CONFIG_FEATURE_TAR_GZIP 176config CONFIG_FEATURE_TAR_GZIP
177 bool " Enable -z option" 177 bool "Enable -z option"
178 default y 178 default y
179 depends on CONFIG_TAR 179 depends on CONFIG_TAR
180 help 180 help
@@ -182,7 +182,7 @@ config CONFIG_FEATURE_TAR_GZIP
182 when creating or extracting tar gziped archives. 182 when creating or extracting tar gziped archives.
183 183
184config CONFIG_FEATURE_TAR_COMPRESS 184config CONFIG_FEATURE_TAR_COMPRESS
185 bool " Enable -Z option" 185 bool "Enable -Z option"
186 default n 186 default n
187 depends on CONFIG_TAR 187 depends on CONFIG_TAR
188 help 188 help
@@ -190,7 +190,7 @@ config CONFIG_FEATURE_TAR_COMPRESS
190 when extracting .tar.Z archives. 190 when extracting .tar.Z archives.
191 191
192config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY 192config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
193 bool " Enable support for old tar header format" 193 bool "Enable support for old tar header format"
194 default N 194 default N
195 depends on CONFIG_TAR 195 depends on CONFIG_TAR
196 help 196 help
@@ -199,7 +199,7 @@ config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
199 repacking your ancient archives with the new format. 199 repacking your ancient archives with the new format.
200 200
201config CONFIG_FEATURE_TAR_GNU_EXTENSIONS 201config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
202 bool " Enable support for some GNU tar extensions" 202 bool "Enable support for some GNU tar extensions"
203 default y 203 default y
204 depends on CONFIG_TAR 204 depends on CONFIG_TAR
205 help 205 help
@@ -207,7 +207,7 @@ config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
207 linknames. 207 linknames.
208 208
209config CONFIG_FEATURE_TAR_LONG_OPTIONS 209config 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
213 help 213 help
@@ -236,7 +236,7 @@ config CONFIG_UNLZMA
236 should probably say N here. 236 should probably say N here.
237 237
238config CONFIG_FEATURE_LZMA_FAST 238config CONFIG_FEATURE_LZMA_FAST
239 bool " Optimze unlzma for speed" 239 bool "Optimze unlzma for speed"
240 default n 240 default n
241 depends on CONFIG_UNLZMA 241 depends on CONFIG_UNLZMA
242 help 242 help
@@ -257,7 +257,7 @@ comment "Common options for cpio and tar"
257 depends on CONFIG_CPIO || CONFIG_TAR 257 depends on CONFIG_CPIO || CONFIG_TAR
258 258
259config CONFIG_FEATURE_UNARCHIVE_TAPE 259config CONFIG_FEATURE_UNARCHIVE_TAPE
260 bool " Enable tape drive support" 260 bool "Enable tape drive support"
261 default n 261 default n
262 depends on CONFIG_CPIO || CONFIG_TAR 262 depends on CONFIG_CPIO || CONFIG_TAR
263 help 263 help
@@ -267,7 +267,7 @@ comment "Common options for dpkg and dpkg_deb"
267 depends on CONFIG_DPKG || CONFIG_DPKG_DEB 267 depends on CONFIG_DPKG || CONFIG_DPKG_DEB
268 268
269config CONFIG_FEATURE_DEB_TAR_GZ 269config CONFIG_FEATURE_DEB_TAR_GZ
270 bool " gzip debian packages (normal)" 270 bool "gzip debian packages (normal)"
271 default y if CONFIG_DPKG || CONFIG_DPKG_DEB 271 default y if CONFIG_DPKG || CONFIG_DPKG_DEB
272 depends on CONFIG_DPKG || CONFIG_DPKG_DEB 272 depends on CONFIG_DPKG || CONFIG_DPKG_DEB
273 help 273 help
@@ -276,7 +276,7 @@ config CONFIG_FEATURE_DEB_TAR_GZ
276 If you want compatibility with standard .deb's you should say yes here. 276 If you want compatibility with standard .deb's you should say yes here.
277 277
278config CONFIG_FEATURE_DEB_TAR_BZ2 278config CONFIG_FEATURE_DEB_TAR_BZ2
279 bool " bzip2 debian packages" 279 bool "bzip2 debian packages"
280 default n 280 default n
281 depends on CONFIG_DPKG || CONFIG_DPKG_DEB 281 depends on CONFIG_DPKG || CONFIG_DPKG_DEB
282 help 282 help
@@ -287,7 +287,7 @@ config CONFIG_FEATURE_DEB_TAR_BZ2
287 use an internal control.tar.bz2 or data.tar.bz2. 287 use an internal control.tar.bz2 or data.tar.bz2.
288 288
289config CONFIG_FEATURE_DEB_TAR_LZMA 289config CONFIG_FEATURE_DEB_TAR_LZMA
290 bool " lzma debian packages" 290 bool "lzma debian packages"
291 default n 291 default n
292 depends on CONFIG_DPKG || CONFIG_DPKG_DEB 292 depends on CONFIG_DPKG || CONFIG_DPKG_DEB
293 help 293 help