[uClibc-cvs] svn commit: trunk/buildroot

andersen at uclibc.org andersen at uclibc.org
Thu Jun 9 09:50:11 UTC 2005


Author: andersen
Date: 2005-06-09 03:50:11 -0600 (Thu, 09 Jun 2005)
New Revision: 10482

Log:
http://bugs.uclibc.org/view.php?id=294

There is a mistake in buildroot/Config.in


Modified:
   trunk/buildroot/Config.in


Changeset:
Modified: trunk/buildroot/Config.in
===================================================================
--- trunk/buildroot/Config.in	2005-06-09 09:46:12 UTC (rev 10481)
+++ trunk/buildroot/Config.in	2005-06-09 09:50:11 UTC (rev 10482)
@@ -100,8 +100,8 @@
 	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"




More information about the uClibc-cvs mailing list