changeset 176:9f778e7cd3fd

dash->bash and revert to 2.6.20 kernel until arm scsi works under qemu again.
author Rob Landley <rob@landley.net>
date Sun, 24 Jun 2007 17:43:53 -0400
parents 6fd189c18c1c
children 6b4844b708b9
files download.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Sun Jun 24 17:43:01 2007 -0400
+++ b/download.sh	Sun Jun 24 17:43:53 2007 -0400
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 NO_ARCH=none
 source include.sh
@@ -17,8 +17,8 @@
 
 # Required for cross compile toolchain
 
-URL=http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.1.tar.bz2 \
-SHA1=22d5885f87f4b63455891e2042fcae96900af57a \
+URL=http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \
+SHA1=e730979adfb287528263e779c91284659672510d \
 download &&
 
 URL=http://www.uclibc.org/downloads/uClibc-0.9.29.tar.bz2 \