comparison download.sh @ 644:29e4fdad2b11

Update linux and busybox versions.
author Rob Landley <rob@landley.net>
date Tue, 24 Mar 2009 15:55:22 -0500
parents 87ef47d783f5
children 555a4cc67438
comparison
equal deleted inserted replaced
643:87ef47d783f5 644:29e4fdad2b11
22 # prints out the sha1 of such files after downloading it, so to update to 22 # prints out the sha1 of such files after downloading it, so to update to
23 # a new version of a file, set SHA1= and update the URL, run ./download.sh, 23 # a new version of a file, set SHA1= and update the URL, run ./download.sh,
24 # then cut and paste the sha1 from the output and run it again to confirm. 24 # then cut and paste the sha1 from the output and run it again to confirm.
25 25
26 # Required for cross compile toolchain 26 # Required for cross compile toolchain
27 URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.5.tar.bz2 \ 27 URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \
28 SHA1=1547b08421d69444373f0038b95c81ae496f5bce \ 28 SHA1=0640a2f4bea3fc272541f322b74ea365ad7f2349 \
29 UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.29-rc7.tar.bz2 \
30 download || dienow 29 download || dienow
31 30
32 URL=http://www.uclibc.org/downloads/uClibc-0.9.30.1.tar.bz2 \ 31 URL=http://www.uclibc.org/downloads/uClibc-0.9.30.1.tar.bz2 \
33 SHA1=4b36fec9a0dacbd6fe0fd2cdb7836aaf8b7f4992 \ 32 SHA1=4b36fec9a0dacbd6fe0fd2cdb7836aaf8b7f4992 \
34 UNSTABLE=http://uclibc.org/downloads/uClibc-snapshot.tar.bz2 \ 33 UNSTABLE=http://uclibc.org/downloads/uClibc-snapshot.tar.bz2 \
53 SHA1=a3aed07694149c6582a78cf6de4dfcff0383c9d5 \ 52 SHA1=a3aed07694149c6582a78cf6de4dfcff0383c9d5 \
54 download || dienow 53 download || dienow
55 54
56 # Required for native build environment 55 # Required for native build environment
57 56
58 URL=http://www.busybox.net/downloads/busybox-1.13.2.tar.bz2 \ 57 URL=http://www.busybox.net/downloads/busybox-1.13.3.tar.bz2 \
59 SHA1=6659d92b0056971e0faab254fdcbc7fcce872e9e \ 58 SHA1=364eefc4ff73613db530518e9882fdf66a694294 \
60 UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \ 59 UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \
61 download || dienow 60 download || dienow
62 61
63 URL=ftp://ftp.gnu.org/gnu/make/make-3.81.tar.bz2 \ 62 URL=ftp://ftp.gnu.org/gnu/make/make-3.81.tar.bz2 \
64 SHA1=41ed86d941b9c8025aee45db56c0283169dcab3d \ 63 SHA1=41ed86d941b9c8025aee45db56c0283169dcab3d \