summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-02-07 20:08:49 (EST)
committer P. J. McDermott <pjm@nac.net>2012-02-07 20:08:49 (EST)
commit143ba3eb74330974821496f2a35f957863b7db21 (patch)
tree728cf72b9bfcd082b6b918e85a206f95f2edf3a0
parent1c2802739af3bb2bca0af69081315e01b33fcdc3 (diff)
Fix hyperlink to Linux-libre 3.1.6.
I previously used a path that pointed to the latest version of Linux-libre, which has of course changed since I wrote the procedure.
-rw-r--r--temporary-bootstrap-builder-setup.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt
index d9a94fb..3091196 100644
--- a/temporary-bootstrap-builder-setup.txt
+++ b/temporary-bootstrap-builder-setup.txt
@@ -56,7 +56,7 @@ Download all of the necessary source archives and branches.
$ cd src
$ wget http://www.busybox.net/downloads/busybox-1.19.3.tar.bz2
$ wget http://www.fsfla.org/svnwiki/selibre/linux-libre/download/releases/\
- > LATEST-3.1.N/linux-3.1.6-libre.tar.bz2
+ > 3.1.6-libre/linux-3.1.6-libre.tar.bz2
$ svn co svn://svn.eglibc.org/branches/eglibc-2_14 eglibc-2.14
$ wget http://ftp.gnu.org/gnu/gcc/gcc-4.6.2/gcc-4.6.2.tar.bz2
$ wget http://ftp.gnu.org/gnu/binutils/binutils-2.22.tar.bz2