diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-10-01 15:07:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-10-01 15:07:45 +0000 |
commit | 859b9137fd6cfb62380691271aec4b06f086f900 (patch) | |
tree | 658a87d07cd001ed272e895e8f9c15034787be38 | |
parent | 076c575e829c636a5f10f66a9d546828c182c2ca (diff) | |
download | buildroot-novena-859b9137fd6cfb62380691271aec4b06f086f900.tar.gz buildroot-novena-859b9137fd6cfb62380691271aec4b06f086f900.zip |
- add BR2_ZCAT in preparation of fixing bug #971
-rw-r--r-- | Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 "" |