aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-09-14 21:49:09 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-09-14 21:49:09 +0000
commitbb4efa6a2f16ce7c3b09e85885a305155022e1ba (patch)
treefbe9735f5b2de1f1f1cf9dfb73751ecc8a522d9a /docs
parent704d4d2453ffbe82de97d2f70d0fb4699fedccf1 (diff)
downloadmaster-187ad058-bb4efa6a2f16ce7c3b09e85885a305155022e1ba.tar.gz
master-187ad058-bb4efa6a2f16ce7c3b09e85885a305155022e1ba.tar.bz2
master-187ad058-bb4efa6a2f16ce7c3b09e85885a305155022e1ba.zip
users should use whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1926 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot-documentation.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/buildroot-documentation.html b/docs/buildroot-documentation.html
index 9dd42c1c2f..92e378398e 100644
--- a/docs/buildroot-documentation.html
+++ b/docs/buildroot-documentation.html
@@ -96,10 +96,17 @@
<h2><a name="download" id="download"></a>Obtaining OpenWrt Buildroot</h2>
<p>OpenWrt Buildroot is available via CVS - Concurrent Version System.
- For any kind of development you should get the latest version from cvs via:</p>
+ For any kind of OpenWrt development you should get the latest version from cvs via:</p>
<pre>
$ cvs -d:pserver:anonymous@openwrt.org:/openwrt co openwrt
</pre>
+ <p>If you only like to create your own custom firmware images and pakages we
+ strongely suggest to use the VS branch of the stable version (whiterussian)
+ </p>
+<pre>
+ $ cvs -d:pserver:anonymous@openwrt.org:/openwrt co -rwhiterussian openwrt
+</pre>
+
<h2><a name="using" id="using"></a>Using OpenWrt Buildroot</h2>