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