From: Eric Andersen Date: Thu, 9 Jun 2005 09:50:11 +0000 (-0000) Subject: http://bugs.uclibc.org/view.php?id=294 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=229a7784ffbbcda8a050e0fd955775eff751ebe6;p=buildroot.git http://bugs.uclibc.org/view.php?id=294 There is a mistake in buildroot/Config.in --- diff --git a/Config.in b/Config.in index c0c38ff6fa..6ead7cb3de 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"