diff download.sh @ 605:9b36b9dbfc4c

Upgrade stable to 2.6.28 linux kernel.
author Rob Landley <rob@landley.net>
date Sun, 01 Feb 2009 17:36:28 -0600
parents 524215827ef8
children 518c8e257b3d
line wrap: on
line diff
--- a/download.sh	Sun Feb 01 16:45:51 2009 -0600
+++ b/download.sh	Sun Feb 01 17:36:28 2009 -0600
@@ -24,9 +24,9 @@
 # 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.25.10.tar.bz2 \
-SHA1=2911e1c01cd75d7e0fad2afb8329cd8ad1e742fb \
-UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \
+URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.2.tar.bz2 \
+SHA1=8bf10c46b52e75f3cbfb4601af162d86bf077a2f \
+UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.29-rc3.tar.bz2 \
 download || dienow
 
 URL=http://www.uclibc.org/downloads/uClibc-0.9.30.tar.bz2 \