summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-03-09 09:26:10 +0100
committerBernhard Reutner-Fischer2007-03-09 09:26:10 +0100
commita9612bfdd90268cf065b09e8a0ff1b6c8a99b399 (patch)
treef96fc1c02974c11f9a53acd2c868be71b6db9ed1 /Config.in
parent- Propagate HOST_SED_DIR to the dependencies script so that it may use the (diff)
downloadbuildroot-a9612bfdd90268cf065b09e8a0ff1b6c8a99b399.tar.gz
buildroot-a9612bfdd90268cf065b09e8a0ff1b6c8a99b399.tar.xz
buildroot-a9612bfdd90268cf065b09e8a0ff1b6c8a99b399.zip
- Default to gzip -d -c since zcat may only support compress'ed files
according to SuS. Thanks to Heikki Lindholm for pointing this out.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.in b/Config.in
index a1278df3f..bc946b6d4 100644
--- a/Config.in
+++ b/Config.in
@@ -212,13 +212,13 @@ config BR2_SVN
config BR2_ZCAT
string "zcat command"
- default "zcat"
+ default "gzip -d -c"
help
Command to be used to extract a gzip'ed file to stdout.
zcat is identical to gunzip -c except that the former may
not be available on your system.
- Default is "zcat"
- Other possible values include "gunzip -c" or "gzip -d -c".
+ Default is "gzip -d -c"
+ Other possible values include "gunzip -c" or "zcat".
config BR2_BZCAT
string "bzcat command"