projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
076c575
)
- add BR2_ZCAT in preparation of fixing bug #971
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sun, 1 Oct 2006 15:07:45 +0000
(15:07 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sun, 1 Oct 2006 15:07:45 +0000
(15:07 -0000)
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 656e3d38fa60a557fd665af126e1ecef383f2454..9d4ee7b9ee2a45f960539ce854cfa8ed91f371ae 100644
(file)
--- 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 ""