From df03cdaf3a1390c3a9881195b330c6c953018c3b Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 7 Aug 2009 11:57:54 +0200 Subject: buildroot: add basic Bazaar support This change adds the config options BR2_BZR_CO and BR2_BZR_UP that allow to configure the commands for doing a checkout/update from a Bazaar repository. Signed-off-by: Sven Neumann --- Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Config.in') 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" -- cgit v1.2.3-55-g7522