diff options
Diffstat (limited to 'archival/bzip2.c')
-rw-r--r-- | archival/bzip2.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/archival/bzip2.c b/archival/bzip2.c index a115cb6ea..0b9c508df 100644 --- a/archival/bzip2.c +++ b/archival/bzip2.c | |||
@@ -11,23 +11,23 @@ | |||
11 | //config: bool "bzip2 (18 kb)" | 11 | //config: bool "bzip2 (18 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: bzip2 is a compression utility using the Burrows-Wheeler block | 14 | //config: bzip2 is a compression utility using the Burrows-Wheeler block |
15 | //config: sorting text compression algorithm, and Huffman coding. Compression | 15 | //config: sorting text compression algorithm, and Huffman coding. Compression |
16 | //config: is generally considerably better than that achieved by more | 16 | //config: is generally considerably better than that achieved by more |
17 | //config: conventional LZ77/LZ78-based compressors, and approaches the | 17 | //config: conventional LZ77/LZ78-based compressors, and approaches the |
18 | //config: performance of the PPM family of statistical compressors. | 18 | //config: performance of the PPM family of statistical compressors. |
19 | //config: | 19 | //config: |
20 | //config: Unless you have a specific application which requires bzip2, you | 20 | //config: Unless you have a specific application which requires bzip2, you |
21 | //config: should probably say N here. | 21 | //config: should probably say N here. |
22 | //config: | 22 | //config: |
23 | //config:config FEATURE_BZIP2_DECOMPRESS | 23 | //config:config FEATURE_BZIP2_DECOMPRESS |
24 | //config: bool "Enable decompression" | 24 | //config: bool "Enable decompression" |
25 | //config: default y | 25 | //config: default y |
26 | //config: depends on BZIP2 || BUNZIP2 || BZCAT | 26 | //config: depends on BZIP2 || BUNZIP2 || BZCAT |
27 | //config: help | 27 | //config: help |
28 | //config: Enable -d (--decompress) and -t (--test) options for bzip2. | 28 | //config: Enable -d (--decompress) and -t (--test) options for bzip2. |
29 | //config: This will be automatically selected if bunzip2 or bzcat is | 29 | //config: This will be automatically selected if bunzip2 or bzcat is |
30 | //config: enabled. | 30 | //config: enabled. |
31 | 31 | ||
32 | //applet:IF_BZIP2(APPLET(bzip2, BB_DIR_USR_BIN, BB_SUID_DROP)) | 32 | //applet:IF_BZIP2(APPLET(bzip2, BB_DIR_USR_BIN, BB_SUID_DROP)) |
33 | //kbuild:lib-$(CONFIG_BZIP2) += bzip2.o | 33 | //kbuild:lib-$(CONFIG_BZIP2) += bzip2.o |