mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
- add BR2_ZCAT in preparation of fixing bug #971
This commit is contained in:
parent
076c575e82
commit
859b9137fd
10
Config.in
10
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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user