summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-11-17 16:43:51 +0100
committerBernhard Reutner-Fischer2006-11-17 16:43:51 +0100
commit6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90 (patch)
tree4ceda86e35164f60eb7bf90bacb7d19e2adcd04a /Config.in
parent- fix typo introduced in my global search and replace. (diff)
downloadbuildroot-6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90.tar.gz
buildroot-6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90.tar.xz
buildroot-6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90.zip
- add and use BR2_BZCAT config option.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 9d4ee7b9e..e0afbf09d 100644
--- a/Config.in
+++ b/Config.in
@@ -188,7 +188,17 @@ config BR2_ZCAT
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"
+ Other possible values include "gunzip -c" or "gzip -d -c".
+
+config BR2_BZCAT
+ string "bzcat command"
+ default "bzcat"
+ help
+ Command to be used to extract a bzip2'ed file to stdout.
+ bzcat is identical to bunzip2 -c except that the former may
+ not be available on your system.
+ Default is "bzcat"
+ Other possible values include "bunzip2 -c" or "bzip2 -d -c".
config BR2_TAR_OPTIONS
string "Tar options"