comparison download.sh @ 1463:b499073fe1b2

Update to 3.1 kernel.
author Rob Landley <rob@landley.net>
date Mon, 24 Oct 2011 22:57:58 -0500
parents 61b784a003c3
children 62dd9695d825
comparison
equal deleted inserted replaced
1462:61b784a003c3 1463:b499073fe1b2
19 # then cut and paste the sha1 from the output and run it again to confirm. 19 # then cut and paste the sha1 from the output and run it again to confirm.
20 20
21 # Building a cross compile toolchain requires linux headers, uClibc, 21 # Building a cross compile toolchain requires linux headers, uClibc,
22 # binutils, and gcc. 22 # binutils, and gcc.
23 23
24 URL=http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.0.tar.bz2 \ 24 URL=http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.1.tar.bz2 \
25 SHA1=45b64bffc860f70ab7956da4493c488010714650 \ 25 SHA1=ac792701561b1cd4279302b8bb8f474731762ad1 \
26 ALT=http://kernel.org/pub/linux/kernel/v3.0/testing/linux-3.0-rc1.tar.bz2 \ 26 ALT=http://kernel.org/pub/linux/kernel/v3.0/testing/linux-3.0-rc1.tar.bz2 \
27 maybe_fork "download || dienow" 27 maybe_fork "download || dienow"
28 28
29 URL=http://uclibc.org/downloads/uClibc-0.9.32.tar.bz2 \ 29 URL=http://uclibc.org/downloads/uClibc-0.9.32.tar.bz2 \
30 SHA1=f8edc4ffcd9e8d1e8ae5348b9b879f5175010e67 \ 30 SHA1=f8edc4ffcd9e8d1e8ae5348b9b879f5175010e67 \