comparison download.sh @ 1231:0a1a177d0e28

Long overdue upgrade to 2.6.35, I'll fix the architectures this breaks later.
author Rob Landley <rob@landley.net>
date Tue, 31 Aug 2010 18:25:34 -0500
parents 313c702a0984
children 918501f802d1
comparison
equal deleted inserted replaced
1230:50015325b804 1231:0a1a177d0e28
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://kernel.org/pub/linux/kernel/v2.6/linux-2.6.33.tar.bz2 \ 24 URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.35.tar.bz2 \
25 SHA1=acc8db00f30c7dfb4f04183a88ba35a32b6f8e8d \ 25 SHA1=4cb1fbfbeedcd658ca37739679c65dfaa136bf4e \
26 #UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.32-rc7.tar.bz2 \ 26 #UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.32-rc7.tar.bz2 \
27 maybe_fork "download || dienow" 27 maybe_fork "download || dienow"
28 28
29 URL=http://uclibc.org/downloads/uClibc-0.9.31.tar.bz2 \ 29 URL=http://uclibc.org/downloads/uClibc-0.9.31.tar.bz2 \
30 SHA1=f25f70534594dffdb6b9008799a1532271178338 \ 30 SHA1=f25f70534594dffdb6b9008799a1532271178338 \