changeset 420:3ec2fa866280

Checkpoint the unstable packages I'm actually testing.
author Rob Landley <rob@landley.net>
date Tue, 28 Oct 2008 01:43:41 -0500
parents 572c19289025
children 61b9df6c94b4
files download.sh
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Mon Oct 27 03:54:05 2008 -0500
+++ b/download.sh	Tue Oct 28 01:43:41 2008 -0500
@@ -24,12 +24,13 @@
 # Required for cross compile toolchain
 URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.10.tar.bz2 \
 SHA1=2911e1c01cd75d7e0fad2afb8329cd8ad1e742fb \
-UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.27-rc7.tar.bz2 \
+UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.1.tar.bz2 \
 download || dienow
 
 URL=http://www.uclibc.org/downloads/uClibc-0.9.29.tar.bz2 \
 SHA1=1c5a36dc2cfa58b41db413190e45675c44ca4691 \
-UNSTABLE=http://uclibc.org/downloads/uClibc-0.9.30-rc2.tar.bz2 \
+#UNSTABLE=http://uclibc.org/downloads/uClibc-0.9.30-rc2.tar.bz2 \
+UNSTABLE=http://uclibc.org/downloads/snapshots/uClibc-20081028.tar.bz2 \
 download || dienow
 
 URL=ftp://ftp.gnu.org/gnu/binutils/binutils-2.17.tar.bz2 \
@@ -47,13 +48,14 @@
 
 URL=http://landley.net/code/toybox/downloads/toybox-0.0.6.tar.bz2 \
 SHA1=188c602a89dc6a53144a65e2fed92696a3d24444 \
+UNSTABLE=http://landley.net/code/firmware/mirror/alt-toybox-0.tar.bz2 \
 download || dienow
 
 # Required for native build environment
 
 URL=http://www.busybox.net/downloads/busybox-1.12.1.tar.bz2 \
 SHA1=e405e2d6587714626c8eb7d181f63208f3997845 \
-UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \
+UNSTABLE=http://busybox.net/downloads/snapshots/busybox-20081028.tar.bz2 \
 download || dienow
 
 URL=ftp://ftp.gnu.org/gnu/make/make-3.81.tar.bz2 \