From c76e2a97ec40b7c951a6c919cf2ef4603da3f015 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 19 Sep 2007 20:22:58 +0000 Subject: - add a SVN_UP command for updating an already checked-out tree --- Config.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 2e3018827..6ea21dddb 100644 --- a/Config.in +++ b/Config.in @@ -672,10 +672,14 @@ config BR2_WGET string "Wget command" default "wget --passive-ftp -nd" -config BR2_SVN +config BR2_SVN_CO string "Subversion (svn) command to download source tree" default "svn co" +config BR2_SVN_UP + string "Subversion (svn) command to update source tree" + default "svn up" + config BR2_GIT string "Git command to download source tree" default "git clone" -- cgit v1.2.3