summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-19 22:22:58 +0200
committerBernhard Reutner-Fischer2007-09-19 22:22:58 +0200
commitc76e2a97ec40b7c951a6c919cf2ef4603da3f015 (patch)
tree9c724b320da6ba0e9672a2abee7b531a2587d800 /Config.in
parent- fixes and cleanups (Cristian Ionescu-Idbohrn) (diff)
downloadbuildroot-c76e2a97ec40b7c951a6c919cf2ef4603da3f015.tar.gz
buildroot-c76e2a97ec40b7c951a6c919cf2ef4603da3f015.tar.xz
buildroot-c76e2a97ec40b7c951a6c919cf2ef4603da3f015.zip
- add a SVN_UP command for updating an already checked-out tree
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 5 insertions, 1 deletions
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"