Browse Source

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

There is a mistake in buildroot/Config.in
Eric Andersen 20 years ago
parent
commit
229a7784ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Config.in

+ 2 - 2
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"