diff options
| author | Eric Andersen <andersen@codepoet.org> | 2005-06-09 09:50:11 +0000 | 
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2005-06-09 09:50:11 +0000 | 
| commit | 229a7784ffbbcda8a050e0fd955775eff751ebe6 (patch) | |
| tree | 52145be74157ee09cd3c8e7b6ee7d0447b258997 | |
| parent | d5b0e08e9dfec6bdffca4b909f8188a40c541d21 (diff) | |
| download | buildroot-novena-229a7784ffbbcda8a050e0fd955775eff751ebe6.tar.gz buildroot-novena-229a7784ffbbcda8a050e0fd955775eff751ebe6.zip | |
http://bugs.uclibc.org/view.php?id=294
There is a mistake in buildroot/Config.in
| -rw-r--r-- | Config.in | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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" | 
