From: wbx Date: Fri, 15 Jul 2005 15:12:50 +0000 (+0000) Subject: update obtaining buildroot X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=446e6c80f6616e593348e7bd32621b3d82f9c1ba;p=openwrt-10.03%2F.git update obtaining buildroot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1437 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/docs/buildroot-documentation.html b/openwrt/docs/buildroot-documentation.html index 48b05728e..bd9642202 100644 --- a/openwrt/docs/buildroot-documentation.html +++ b/openwrt/docs/buildroot-documentation.html @@ -80,17 +80,18 @@ gcc, binutils, uClibc and all the tools by hand. Of course, doing so is possible. But dealing with all configure options, with all problems of every gcc or binutils - 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 gcc and binutils version to make them work - on the MIPS architecture of most Broadcom based Wireless Routers.

+ on the MIPS architecture of most Wireless Routers.

Obtaining OpenWrt Buildroot

-

OpenWrt Buildroot is currently available as experimental snapshots

- -

The latest snapshot is always available at http://openwrt.org/downloads/experimental/, +

OpenWrt Buildroot is available via CVS - Concurrent Version System. + For any kind of development you should get the latest version from cvs via:

+
+ $ cvs -d:pserver:anonymous@openwrt.org:/openwrt co openwrt
+

Using OpenWrt Buildroot