mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-28 22:33:20 +02:00
update obtaining buildroot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1437 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fdf2e0f8d9
commit
446e6c80f6
@ -80,17 +80,18 @@
|
|||||||
<code>gcc</code>, <code>binutils</code>, uClibc and all the tools by hand.
|
<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,
|
Of course, doing so is possible. But dealing with all configure options,
|
||||||
with all problems of every <code>gcc</code> or <code>binutils</code>
|
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
|
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
|
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>
|
<h2><a name="download" id="download"></a>Obtaining OpenWrt Buildroot</h2>
|
||||||
|
|
||||||
<p>OpenWrt Buildroot is currently available as experimental snapshots</p>
|
<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>
|
||||||
<p>The latest snapshot is always available at <a
|
<pre>
|
||||||
href="http://openwrt.org/downloads/experimental/">http://openwrt.org/downloads/experimental/</a>,
|
$ cvs -d:pserver:anonymous@openwrt.org:/openwrt co openwrt
|
||||||
|
</pre>
|
||||||
|
|
||||||
<h2><a name="using" id="using"></a>Using OpenWrt Buildroot</h2>
|
<h2><a name="using" id="using"></a>Using OpenWrt Buildroot</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user