comparison download.sh @ 1530:2b3c892dc25e

The 3.5 kernel and toybox 0.4.0. Some fixes likely to be required.
author Rob Landley <rob@landley.net>
date Wed, 25 Jul 2012 08:25:24 -0500
parents e5b4e995a6f3
children 1c0053453b83
comparison
equal deleted inserted replaced
1529:90da269bc09c 1530:2b3c892dc25e
24 URL=http://uclibc.org/downloads/uClibc-0.9.33.2.tar.bz2 \ 24 URL=http://uclibc.org/downloads/uClibc-0.9.33.2.tar.bz2 \
25 SHA1=4d8d67d6754409bd10015d67d1ce7a04c0b001ba \ 25 SHA1=4d8d67d6754409bd10015d67d1ce7a04c0b001ba \
26 ALT=http://uclibc.org/downloads/uClibc-snapshot.tar.bz2 \ 26 ALT=http://uclibc.org/downloads/uClibc-snapshot.tar.bz2 \
27 maybe_fork "download || dienow" 27 maybe_fork "download || dienow"
28 28
29 URL=http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.bz2 \ 29 URL=http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.5.tar.bz2 \
30 SHA1=dfc54e7fbee81f77aba85d3d8ff2d992e1e49573 \ 30 SHA1=d80e85147417605e125fc3fb263af85d7ffd1ad5 \
31 ALT=http://kernel.org/pub/linux/kernel/v3.0/testing/linux-3.0-rc1.tar.bz2 \ 31 ALT=http://kernel.org/pub/linux/kernel/v3.0/testing/linux-3.0-rc1.tar.bz2 \
32 maybe_fork "download || dienow" 32 maybe_fork "download || dienow"
33 33
34 34
35 # 2.17 was the last GPLv2 release of binutils 35 # 2.17 was the last GPLv2 release of binutils
55 55
56 # Building a native root filesystem requires linux and uClibc (above) plus 56 # Building a native root filesystem requires linux and uClibc (above) plus
57 # BusyBox. Adding a native toolchain requires binutils and gcc (above) plus 57 # BusyBox. Adding a native toolchain requires binutils and gcc (above) plus
58 # make and bash. 58 # make and bash.
59 59
60 URL=http://landley.net/toybox/downloads/toybox-0.2.1.tar.bz2 \ 60 URL=http://landley.net/toybox/downloads/toybox-0.4.0.tar.bz2 \
61 SHA1=0b3a27aa96de3104396253469efccc4a16fecfa4 \ 61 SHA1=2c495d9c951e6b70c4c6172be8b1c56426a54a47 \
62 maybe_fork "download || dienow" 62 maybe_fork "download || dienow"
63 63
64 URL=http://www.busybox.net/downloads/busybox-1.20.0.tar.bz2 \ 64 URL=http://www.busybox.net/downloads/busybox-1.20.0.tar.bz2 \
65 SHA1=b8f5721557d437d2539dd3f7db91683ec50bdade \ 65 SHA1=b8f5721557d437d2539dd3f7db91683ec50bdade \
66 #ALT=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \ 66 #ALT=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \