Commit 4aefa7fb authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

s/buildroot.uclibc.org/buildroot.net/

parent cb7e99c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
	<h1>U-boot extensions in 2009.01-rc1</h1>
	</div>

	<p><a href="http://buildroot.uclibc.org/">U-Boot</a>
	<p><a href="http://buildroot.net/">U-Boot</a>
	usage and documentation by Ulf Samuelsson.
	</p>

+5 −5
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
      <h1>Buildroot</h1>
    </div>

    <p><a href="http://buildroot.uclibc.org/">Buildroot</a>
    <p><a href="http://buildroot.net/">Buildroot</a>
    usage and documentation by Thomas Petazzoni. Contributions from
    Karsten Kruse, Ned Ludd, Martin Herren and others. </p>

@@ -120,15 +120,15 @@
    SVN. As of today, no stable releases of Buildroot are made. </p>

    <p>The latest snapshot is always available at <a
    href="http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2">http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2</a>,
    href="http://buildroot.net/downloads/snapshots/buildroot-snapshot.tar.bz2">http://buildroot.net/downloads/snapshots/buildroot-snapshot.tar.bz2</a>,
    and previous snapshots are also available at <a
    href="http://buildroot.uclibc.org/downloads/snapshots/">http://buildroot.uclibc.org/downloads/snapshots/</a>. </p>
    href="http://buildroot.net/downloads/snapshots/">http://buildroot.net/downloads/snapshots/</a>. </p>

    <p>To download Buildroot using SVN, you can simply follow
    the rules described on the &quot;Accessing SVN&quot;-page (<a href=
    "http://buildroot.uclibc.org/subversion.html">http://buildroot.uclibc.org/subversion.html</a>)
    "http://buildroot.net/subversion.html">http://buildroot.net/subversion.html</a>)
    of the uClibc buildroot website (<a href=
    "http://buildroot.uclibc.org">http://buildroot.uclibc.org</a>), and download the
    "http://buildroot.net">http://buildroot.net</a>), and download the
    <code>buildroot</code> SVN module. For the impatient, here's a quick
    recipe:</p>

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
<p>

The latest release can always be dowloaded from
<a href="/downloads/">http://buildroot.uclibc.org/downloads/</a>.
<a href="/downloads/">http://buildroot.net/downloads/</a>.

<p>

+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ BR2_COPYTO=""
# Mirrors and Download locations
#
BR2_PRIMARY_SITE=""
BR2_BACKUP_SITE="http://buildroot.uclibc.org/downloads/sources/"
BR2_BACKUP_SITE="http://buildroot.net/downloads/sources/"
BR2_SOURCEFORGE_MIRROR="switch"
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ BR2_COPYTO=""
# Mirrors and Download locations
#
BR2_PRIMARY_SITE=""
BR2_BACKUP_SITE="http://buildroot.uclibc.org/downloads/sources/"
BR2_BACKUP_SITE="http://buildroot.net/downloads/sources/"
BR2_SOURCEFORGE_MIRROR="switch"
BR2_KERNEL_MIRROR="http://www.kernel.org/pub/"
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
Loading