Upgrade busybox to 1.7.2
[openwrt/svn-archive/archive.git] / package / busybox / config / archival / Config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Archival Utilities"
7
8 config BUSYBOX_CONFIG_AR
9 bool "ar"
10 default n
11 help
12 ar is an archival utility program used to create, modify, and
13 extract contents from archives. An archive is a single file holding
14 a collection of other files in a structure that makes it possible to
15 retrieve the original individual files (called archive members).
16 The original files' contents, mode (permissions), timestamp, owner,
17 and group are preserved in the archive, and can be restored on
18 extraction.
19
20 The stored filename is limited to 15 characters. (for more information
21 see long filename support).
22 ar has 60 bytes of overheads for every stored file.
23
24 This implementation of ar can extract archives, it cannot create or
25 modify them.
26 On an x86 system, the ar applet adds about 1K.
27
28 Unless you have a specific application which requires ar, you should
29 probably say N here.
30
31 config BUSYBOX_CONFIG_FEATURE_AR_LONG_FILENAMES
32 bool "Enable support for long filenames (not need for debs)"
33 default n
34 depends on BUSYBOX_CONFIG_AR
35 help
36 By default the ar format can only store the first 15 characters of the
37 filename, this option removes that limitation.
38 It supports the GNU ar long filename method which moves multiple long
39 filenames into a the data section of a new ar entry.
40
41 config BUSYBOX_CONFIG_BUNZIP2
42 bool "bunzip2"
43 default y
44 help
45 bunzip2 is a compression utility using the Burrows-Wheeler block
46 sorting text compression algorithm, and Huffman coding. Compression
47 is generally considerably better than that achieved by more
48 conventional LZ77/LZ78-based compressors, and approaches the
49 performance of the PPM family of statistical compressors.
50
51 The BusyBox bunzip2 applet is limited to de-compression only.
52 On an x86 system, this applet adds about 11K.
53
54 Unless you have a specific application which requires bunzip2, you
55 should probably say N here.
56
57 config BUSYBOX_CONFIG_CPIO
58 bool "cpio"
59 default n
60 help
61 cpio is an archival utility program used to create, modify, and extract
62 contents from archives.
63 cpio has 110 bytes of overheads for every stored file.
64
65 This implementation of cpio can extract cpio archives created in the
66 "newc" or "crc" format, it cannot create or modify them.
67
68 Unless you have a specific application which requires cpio, you should
69 probably say N here.
70
71 config BUSYBOX_CONFIG_DPKG
72 bool "dpkg"
73 default n
74 help
75 dpkg is a medium-level tool to install, build, remove and manage Debian packages.
76
77 This implementation of dpkg has a number of limitations, you should use the
78 official dpkg if possible.
79
80 config BUSYBOX_CONFIG_DPKG_DEB
81 bool "dpkg_deb"
82 default n
83 help
84 dpkg-deb packs, unpacks and provides information about Debian archives.
85
86 This implementation of dpkg-deb cannot pack archives.
87
88 Unless you have a specific application which requires dpkg-deb, you should
89 probably say N here.
90
91 config BUSYBOX_CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY
92 bool "extract only (-x)"
93 default n
94 depends on BUSYBOX_CONFIG_DPKG_DEB
95 help
96 This reduces dpkg-deb to the equivalent of "ar -p <deb> data.tar.gz | tar -zx".
97 However it saves space as none of the extra dpkg-deb, ar or tar options are
98 needed, they are linked to internally.
99
100 config BUSYBOX_CONFIG_GUNZIP
101 bool "gunzip"
102 default y
103 help
104 gunzip is used to decompress archives created by gzip.
105 You can use the `-t' option to test the integrity of
106 an archive, without decompressing it.
107
108 config BUSYBOX_CONFIG_FEATURE_GUNZIP_UNCOMPRESS
109 bool "Uncompress support"
110 default y
111 depends on BUSYBOX_CONFIG_GUNZIP
112 help
113 Enable if you want gunzip to have the ability to decompress
114 archives created by the program compress (not much
115 used anymore).
116
117 config BUSYBOX_CONFIG_GZIP
118 bool "gzip"
119 default y
120 help
121 gzip is used to compress files.
122 It's probably the most widely used UNIX compression program.
123
124 config BUSYBOX_CONFIG_IPKG
125 bool "ipkg"
126 default y
127 select BUSYBOX_CONFIG_MD5SUM
128 select BUSYBOX_CONFIG_WGET
129 select BUSYBOX_CONFIG_DIFF
130 help
131 ipkg is the itsy package management system.
132
133 config BUSYBOX_CONFIG_RPM2CPIO
134 bool "rpm2cpio"
135 default n
136 help
137 Converts an RPM file into a CPIO archive.
138
139 config BUSYBOX_CONFIG_RPM
140 bool "rpm"
141 default n
142 help
143 Mini RPM applet - queries and extracts RPM packages.
144
145 config BUSYBOX_CONFIG_FEATURE_RPM_BZ2
146 bool "Enable handling of rpms with bzip2-compressed data inside"
147 default n
148 depends on BUSYBOX_CONFIG_RPM
149 help
150 Enable handling of rpms with bzip2-compressed data inside.
151
152 config BUSYBOX_CONFIG_TAR
153 bool "tar"
154 default y
155 help
156 tar is an archiving program. It's commonly used with gzip to
157 create compressed archives. It's probably the most widely used
158 UNIX archive program.
159
160 config BUSYBOX_CONFIG_FEATURE_TAR_CREATE
161 bool "Enable archive creation"
162 default y
163 depends on BUSYBOX_CONFIG_TAR
164 help
165 If you enable this option you'll be able to create
166 tar archives using the `-c' option.
167
168 config BUSYBOX_CONFIG_FEATURE_TAR_BZIP2
169 bool "Enable -j option to handle .tar.bz2 files"
170 default y
171 depends on BUSYBOX_CONFIG_TAR
172 help
173 If you enable this option you'll be able to extract
174 archives compressed with bzip2.
175
176 config BUSYBOX_CONFIG_FEATURE_TAR_LZMA
177 bool "Enable -a option to handle .tar.lzma files"
178 default n
179 depends on BUSYBOX_CONFIG_TAR
180 help
181 If you enable this option you'll be able to extract
182 archives compressed with lzma.
183
184 config BUSYBOX_CONFIG_FEATURE_TAR_FROM
185 bool "Enable -X (exclude from) and -T (include from) options)"
186 default y
187 depends on BUSYBOX_CONFIG_TAR
188 help
189 If you enable this option you'll be able to specify
190 a list of files to include or exclude from an archive.
191
192 config BUSYBOX_CONFIG_FEATURE_TAR_GZIP
193 bool "Enable -z option"
194 default y
195 depends on BUSYBOX_CONFIG_TAR
196 help
197 If you enable this option tar will be able to call gzip,
198 when creating or extracting tar gziped archives.
199
200 config BUSYBOX_CONFIG_FEATURE_TAR_COMPRESS
201 bool "Enable -Z option"
202 default n
203 depends on BUSYBOX_CONFIG_TAR
204 help
205 If you enable this option tar will be able to call uncompress,
206 when extracting .tar.Z archives.
207
208 config BUSYBOX_CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
209 bool "Enable support for old tar header format"
210 default n
211 depends on BUSYBOX_CONFIG_TAR
212 help
213 This option is required to unpack archives created in
214 the old GNU format; help to kill this old format by
215 repacking your ancient archives with the new format.
216
217 config BUSYBOX_CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY
218 bool "Enable untarring of tarballs with checksums produced by buggy Sun tar"
219 default n
220 depends on BUSYBOX_CONFIG_TAR
221 help
222 This option is required to unpack archives created by some old
223 version of Sun's tar (it was calculating checksum using signed arithmetic).
224 It is said to be fixed in newer Sun tar, but "old" tarballs still exist.
225
226 config BUSYBOX_CONFIG_FEATURE_TAR_GNU_EXTENSIONS
227 bool "Enable support for some GNU tar extensions"
228 default y
229 depends on BUSYBOX_CONFIG_TAR
230 help
231 With this option busybox supports GNU long filenames and
232 linknames.
233
234 config BUSYBOX_CONFIG_FEATURE_TAR_LONG_OPTIONS
235 bool "Enable long options"
236 default n
237 depends on BUSYBOX_CONFIG_TAR && BUSYBOX_CONFIG_GETOPT_LONG
238 help
239 Enable use of long options, increases size by about 400 Bytes
240
241 config BUSYBOX_CONFIG_UNCOMPRESS
242 bool "uncompress"
243 default n
244 help
245 uncompress is used to decompress archives created by compress.
246 Not much used anymore, replaced by gzip/gunzip.
247
248 config BUSYBOX_CONFIG_UNLZMA
249 bool "unlzma"
250 default n
251 help
252 unlzma is a compression utility using the Lempel-Ziv-Markov chain
253 compression algorithm, and range coding. Compression
254 is generally considerably better than that achieved by the bzip2
255 compressors.
256
257 The BusyBox unlzma applet is limited to de-compression only.
258 On an x86 system, this applet adds about 4K.
259
260 Unless you have a specific application which requires unlzma, you
261 should probably say N here.
262
263 config BUSYBOX_CONFIG_FEATURE_LZMA_FAST
264 bool "Optimze unlzma for speed"
265 default n
266 depends on BUSYBOX_CONFIG_UNLZMA
267 help
268 This option reduces decompression time by about 33% at the cost of
269 a 2K bigger binary.
270
271 config BUSYBOX_CONFIG_UNZIP
272 bool "unzip"
273 default n
274 help
275 unzip will list or extract files from a ZIP archive,
276 commonly found on DOS/WIN systems. The default behavior
277 (with no options) is to extract the archive into the
278 current directory. Use the `-d' option to extract to a
279 directory of your choice.
280
281 comment "Common options for cpio and tar"
282 depends on BUSYBOX_CONFIG_CPIO || BUSYBOX_CONFIG_TAR
283
284 config BUSYBOX_CONFIG_FEATURE_UNARCHIVE_TAPE
285 bool "Enable tape drive support"
286 default n
287 depends on BUSYBOX_CONFIG_CPIO || BUSYBOX_CONFIG_TAR
288 help
289 I don't think this is needed anymore.
290
291 comment "Common options for dpkg and dpkg_deb"
292 depends on BUSYBOX_CONFIG_DPKG || BUSYBOX_CONFIG_DPKG_DEB
293
294 config BUSYBOX_CONFIG_FEATURE_DEB_TAR_GZ
295 bool "gzip debian packages (normal)"
296 default n if BUSYBOX_CONFIG_DPKG || BUSYBOX_CONFIG_DPKG_DEB
297 depends on BUSYBOX_CONFIG_DPKG || BUSYBOX_CONFIG_DPKG_DEB
298 help
299 This is the default compression method inside the debian ar file.
300
301 If you want compatibility with standard .deb's you should say yes here.
302
303 config BUSYBOX_CONFIG_FEATURE_DEB_TAR_BZ2
304 bool "bzip2 debian packages"
305 default n
306 depends on BUSYBOX_CONFIG_DPKG || BUSYBOX_CONFIG_DPKG_DEB
307 help
308 This allows dpkg and dpkg-deb to extract deb's that are compressed internally
309 with bzip2 instead of gzip.
310
311 You only want this if you are creating your own custom debian packages that
312 use an internal control.tar.bz2 or data.tar.bz2.
313
314 config BUSYBOX_CONFIG_FEATURE_DEB_TAR_LZMA
315 bool "lzma debian packages"
316 default n
317 depends on BUSYBOX_CONFIG_DPKG || BUSYBOX_CONFIG_DPKG_DEB
318 help
319 This allows dpkg and dpkg-deb to extract deb's that are compressed
320 internally with lzma instead of gzip.
321
322 You only want this if you are creating your own custom debian
323 packages that use an internal control.tar.lzma or data.tar.lzma.
324
325 endmenu