changeset 179:1300a9f21236

Can't go to 2.6.21 without breaking arm scsi, but I should be able to at least go to the most recent 2.6.20 dot release. :)
author Rob Landley <rob@landley.net>
date Tue, 26 Jun 2007 09:40:27 -0400
parents 9e2ea545b5be
children 9e76589de0d4
files download.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Sun Jun 24 20:33:19 2007 -0400
+++ b/download.sh	Tue Jun 26 09:40:27 2007 -0400
@@ -17,8 +17,8 @@
 
 # Required for cross compile toolchain
 
-URL=http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \
-SHA1=e730979adfb287528263e779c91284659672510d \
+URL=http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.14.tar.bz2 \
+SHA1=bb4b37fbe51d2f693bda60fbd7186a292b1359f0 \
 download &&
 
 URL=http://www.uclibc.org/downloads/uClibc-0.9.29.tar.bz2 \