summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-10-01 17:07:45 +0200
committerBernhard Reutner-Fischer2006-10-01 17:07:45 +0200
commit859b9137fd6cfb62380691271aec4b06f086f900 (patch)
tree658a87d07cd001ed272e895e8f9c15034787be38 /Config.in
parenttidy up (diff)
downloadbuildroot-859b9137fd6cfb62380691271aec4b06f086f900.tar.gz
buildroot-859b9137fd6cfb62380691271aec4b06f086f900.tar.xz
buildroot-859b9137fd6cfb62380691271aec4b06f086f900.zip
- add BR2_ZCAT in preparation of fixing bug #971
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 656e3d38f..9d4ee7b9e 100644
--- a/Config.in
+++ b/Config.in
@@ -180,6 +180,16 @@ config BR2_SVN
string "Subversion (svn) checkout command"
default "svn co"
+config BR2_ZCAT
+ string "zcat command"
+ default "zcat"
+ 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"
+
config BR2_TAR_OPTIONS
string "Tar options"
default ""