summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-15 15:12:50 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-15 15:12:50 +0000
commit0831b598d806a5cec1fe24b328504d3525eba85f (patch)
tree07529baa848381924ffa447e28c5cebe0368569e /docs
parent0dec4ae2ef6849adc9e6903c557abe2c1cdecd7e (diff)
update obtaining buildroot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1437 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot-documentation.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/buildroot-documentation.html b/docs/buildroot-documentation.html
index 48b05728e..bd9642202 100644
--- a/docs/buildroot-documentation.html
+++ b/docs/buildroot-documentation.html
@@ -80,17 +80,18 @@
<code>gcc</code>, <code>binutils</code>, uClibc and all the tools by hand.
Of course, doing so is possible. But dealing with all configure options,
with all problems of every <code>gcc</code> or <code>binutils</code>
- version it very time-consuming and uninteresting. OpenWrt Buildroot automates this
+ version is very time-consuming and uninteresting. OpenWrt Buildroot automates this
process through the use of Makefiles, and has a collection of patches for
each <code>gcc</code> and <code>binutils</code> version to make them work
- on the MIPS architecture of most Broadcom based Wireless Routers.</p>
+ on the MIPS architecture of most Wireless Routers.</p>
<h2><a name="download" id="download"></a>Obtaining OpenWrt Buildroot</h2>
- <p>OpenWrt Buildroot is currently available as experimental snapshots</p>
-
- <p>The latest snapshot is always available at <a
- href="http://openwrt.org/downloads/experimental/">http://openwrt.org/downloads/experimental/</a>,
+ <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>
+<pre>
+ $ cvs -d:pserver:anonymous@openwrt.org:/openwrt co openwrt
+</pre>
<h2><a name="using" id="using"></a>Using OpenWrt Buildroot</h2>