summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorEric Andersen2005-06-09 11:50:11 +0200
committerEric Andersen2005-06-09 11:50:11 +0200
commit229a7784ffbbcda8a050e0fd955775eff751ebe6 (patch)
tree52145be74157ee09cd3c8e7b6ee7d0447b258997 /Config.in
parenthttp://bugs.uclibc.org/view.php?id=178 (diff)
downloadbuildroot-229a7784ffbbcda8a050e0fd955775eff751ebe6.tar.gz
buildroot-229a7784ffbbcda8a050e0fd955775eff751ebe6.tar.xz
buildroot-229a7784ffbbcda8a050e0fd955775eff751ebe6.zip
http://bugs.uclibc.org/view.php?id=294
There is a mistake in buildroot/Config.in
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index c0c38ff6f..6ead7cb3d 100644
--- a/Config.in
+++ b/Config.in
@@ -100,8 +100,8 @@ config BR2_WGET
default "wget --passive-ftp -nd"
config BR2_SVN
- string
- default "Subversion (svn) checkout command"
+ string "Subversion (svn) checkout command"
+ default "svn co"
config BR2_TAR_VERBOSITY
bool "Tar verbose"