summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 1881f8253..146bb17a8 100644
--- a/Config.in
+++ b/Config.in
@@ -27,6 +27,14 @@ config BR2_SVN_UP
string "Subversion (svn) command to update source tree"
default "svn up"
+config BR2_BZR_CO
+ string "Bazaar (bzr) command to download source tree"
+ default "bzr co"
+
+config BR2_BZR_UP
+ string "Bazaar (bzr) command to update source tree"
+ default "bzr up"
+
config BR2_GIT
string "Git command to download source tree"
default "git clone"