diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.in | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/archival/Config.in b/archival/Config.in index ecef07f7c..121cf0282 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -9,7 +9,17 @@ config CONFIG_AR | |||
9 | bool "ar" | 9 | bool "ar" |
10 | default n | 10 | default n |
11 | help | 11 | help |
12 | Please submit a patch to add help text for this item. | 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 | On an x86 system, the ar applet adds about XXX bytes. | ||
20 | |||
21 | Unless you have a specific application which requires ar, you should | ||
22 | probably say N here. | ||
13 | 23 | ||
14 | config CONFIG_FEATURE_AR_LONG_FILENAMES | 24 | config CONFIG_FEATURE_AR_LONG_FILENAMES |
15 | bool " Enable support for long filenames (not need for debs)" | 25 | bool " Enable support for long filenames (not need for debs)" |
@@ -22,7 +32,17 @@ config CONFIG_BUNZIP2 | |||
22 | bool "bunzip2" | 32 | bool "bunzip2" |
23 | default n | 33 | default n |
24 | help | 34 | help |
25 | Please submit a patch to add help text for this item. | 35 | bunzip2 is an compression utility using the Burrows-Wheeler block |
36 | sorting text compression algorithm, and Huffman coding. Compression | ||
37 | is generally considerably better than that achieved by more | ||
38 | conventional LZ77/LZ78-based compressors, and approaches the | ||
39 | performance of the PPM family of statistical compressors. | ||
40 | |||
41 | The BusyBox bunzip2 applet is limited to de-compression only. On an | ||
42 | x86 system, this applet adds about XXX bytes. | ||
43 | |||
44 | Unless you have a specific application which requires bunzip2, you | ||
45 | should probably say N here. | ||
26 | 46 | ||
27 | config CONFIG_CPIO | 47 | config CONFIG_CPIO |
28 | bool "cpio" | 48 | bool "cpio" |