diff options
Diffstat (limited to 'package/gzip')
-rw-r--r-- | package/gzip/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/gzip/Config.in b/package/gzip/Config.in index d9872c5f9..e80789454 100644 --- a/package/gzip/Config.in +++ b/package/gzip/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_GZIP - bool"gzip" + bool "gzip" default n help - Add help text here. + Standard GNU compressor. Provides things like gzip, + gunzip, gzcat, etc... + http://www.gnu.org/software/gzip/gzip.html |