changeset 644:29e4fdad2b11

Update linux and busybox versions.
author Rob Landley <rob@landley.net>
date Tue, 24 Mar 2009 15:55:22 -0500
parents 87ef47d783f5
children 555a4cc67438
files download.sh
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Tue Mar 24 15:52:19 2009 -0500
+++ b/download.sh	Tue Mar 24 15:55:22 2009 -0500
@@ -24,9 +24,8 @@
 # then cut and paste the sha1 from the output and run it again to confirm.
 
 # Required for cross compile toolchain
-URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.5.tar.bz2 \
-SHA1=1547b08421d69444373f0038b95c81ae496f5bce \
-UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.29-rc7.tar.bz2 \
+URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
+SHA1=0640a2f4bea3fc272541f322b74ea365ad7f2349 \
 download || dienow
 
 URL=http://www.uclibc.org/downloads/uClibc-0.9.30.1.tar.bz2 \
@@ -55,8 +54,8 @@
 
 # Required for native build environment
 
-URL=http://www.busybox.net/downloads/busybox-1.13.2.tar.bz2 \
-SHA1=6659d92b0056971e0faab254fdcbc7fcce872e9e \
+URL=http://www.busybox.net/downloads/busybox-1.13.3.tar.bz2 \
+SHA1=364eefc4ff73613db530518e9882fdf66a694294 \
 UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \
 download || dienow