diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-01-23 11:20:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-01-23 11:20:30 +0000 |
commit | e30cf26cff3bec272f94b2afd116a50db72a96cc (patch) | |
tree | f5f1518db4b616b3230632e9c20b21550efd4ab0 /Config.in | |
parent | 675837a50772858d78c6c5df6d2b7cfe07643871 (diff) | |
download | buildroot-novena-e30cf26cff3bec272f94b2afd116a50db72a96cc.tar.gz buildroot-novena-e30cf26cff3bec272f94b2afd116a50db72a96cc.zip |
Patch from scott: http://bugs.uclibc.org/view.php?id=42
0000042: add subversion (svn) support to buildroot
This patch adds support for subversion to checkout files, much like how CVS
already works. It uses 'SVN' macro in makefiles.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -76,6 +76,10 @@ config BR2_WGET string "Wget command" default "wget --passive-ftp -nd" +config BR2_SVN + string + default "Subversion (svn) checkout command" + config BR2_TAR_VERBOSITY bool "Tar verbose" default n |