summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-24 07:31:07 +0200
committerUlf Samuelsson2007-08-24 07:31:07 +0200
commit85f54fbe2115d99ad74d0b60b3172fcad9264278 (patch)
tree077e4c0d354a079be9a17981740c72f1fd454bde /Config.in
parentFix spelling error in docs (diff)
downloadbuildroot-85f54fbe2115d99ad74d0b60b3172fcad9264278.tar.gz
buildroot-85f54fbe2115d99ad74d0b60b3172fcad9264278.tar.xz
buildroot-85f54fbe2115d99ad74d0b60b3172fcad9264278.zip
Add git command
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 18a316504..92de8e0bf 100644
--- a/Config.in
+++ b/Config.in
@@ -591,9 +591,13 @@ config BR2_WGET
default "wget --passive-ftp -nd"
config BR2_SVN
- string "Subversion (svn) checkout command"
+ string "Subversion (svn) command to download source tree"
default "svn co"
+config BR2_GIT
+ string "Git command to download source tree"
+ default "git clone"
+
config BR2_ZCAT
string "zcat command"
default "gzip -d -c"
@@ -731,11 +735,13 @@ config BR2_STRIP_strip
bool "strip"
help
strip is the normal strip command
+
config BR2_STRIP_sstrip
bool "sstrip"
select BR2_PACKAGE_SSTRIP_HOST
help
sstrip is a strip that discards more than the normal strip
+
config BR2_STRIP_none
bool "none"
help