diff options
Diffstat (limited to 'package/bzip2')
-rw-r--r-- | package/bzip2/Config.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package/bzip2/Config.in b/package/bzip2/Config.in index 9e244bd92..63063c3f3 100644 --- a/package/bzip2/Config.in +++ b/package/bzip2/Config.in @@ -1,8 +1,10 @@ -# - config BR2_PACKAGE_BZIP2 - bool"bzip2" + bool "bzip2" default n help - Add help text here. + Freely available, patent free, high-quality data compressor. + It typically compresses files to within 10% to 15% of the best + available techniques, while being around twice as fast at + compression and six times faster at decompression. + http://sources.redhat.com/bzip2/ |