diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-08 01:01:29 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-08 01:01:29 +0200 |
commit | 9929c6006cf1a52b381a5d0ae3ab1a17c21ac973 (patch) | |
tree | 0dc41f414a05849563bf30b7977c94816dd68b14 /Config.in | |
parent | eda15d232752df640d988fe011375e5ce4d30958 (diff) | |
parent | df03cdaf3a1390c3a9881195b330c6c953018c3b (diff) |
Merge branch 'for-2009.11' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |