comparison download.sh @ 1265:918501f802d1

Update squashfs and kernel to current versions.
author Rob Landley <rob@landley.net>
date Thu, 21 Oct 2010 19:09:51 -0500
parents 0a1a177d0e28
children 7862497b28e0
comparison
equal deleted inserted replaced
1264:5c7b6fb032ba 1265:918501f802d1
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.35.tar.bz2 \ 24 URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.tar.bz2 \
25 SHA1=4cb1fbfbeedcd658ca37739679c65dfaa136bf4e \ 25 SHA1=b546ab66458d7d614151d80adbc03b4d28977ae2 \
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 \
98 98
99 URL=http://zlib.net/zlib-1.2.5.tar.bz2 \ 99 URL=http://zlib.net/zlib-1.2.5.tar.bz2 \
100 SHA1=543fa9abff0442edca308772d6cef85557677e02 \ 100 SHA1=543fa9abff0442edca308772d6cef85557677e02 \
101 maybe_fork "download || dienow" 101 maybe_fork "download || dienow"
102 102
103 URL=http://downloads.sf.net/squashfs/squashfs4.0.tar.gz \ 103 URL=http://downloads.sf.net/squashfs/squashfs4.1.tar.gz \
104 SHA1=3efe764ac27c507ee4a549fc6507bc86ea0660dd \ 104 SHA1=7f9b1f9839b3638882f636fd170fd817d650f856 \
105 RENAME="s/(squashfs)(.*)/\1-\2/" \ 105 RENAME="s/(squashfs)(.*)/\1-\2/" \
106 maybe_fork "download || dienow" 106 maybe_fork "download || dienow"
107 107
108 echo === Got all source. 108 echo === Got all source.
109 109