comparison download.sh @ 1451:2ad7480aa7ca

Upgrade busybox to 1.19.2, which folds in two patches.
author Rob Landley <rob@landley.net>
date Thu, 29 Sep 2011 19:26:26 -0500
parents 14739f3ae2a5
children ad5303b6d35a
comparison
equal deleted inserted replaced
1450:a96e0dd0dc33 1451:2ad7480aa7ca
54 54
55 # Building a native root filesystem requires linux and uClibc (above) plus 55 # Building a native root filesystem requires linux and uClibc (above) plus
56 # BusyBox. Adding a native toolchain requires binutils and gcc (above) plus 56 # BusyBox. Adding a native toolchain requires binutils and gcc (above) plus
57 # make and bash. 57 # make and bash.
58 58
59 URL=http://www.busybox.net/downloads/busybox-1.19.0.tar.bz2 \ 59 URL=http://www.busybox.net/downloads/busybox-1.19.2.tar.bz2 \
60 SHA1=70569f23751640d9ac7fc2aa49b29e6cd274be6d \ 60 SHA1=6dedaa62af98a8541901a30c3e400ce9e077ee16 \
61 #UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \ 61 #UNSTABLE=http://busybox.net/downloads/busybox-snapshot.tar.bz2 \
62 maybe_fork "download || dienow" 62 maybe_fork "download || dienow"
63 63
64 URL=ftp://ftp.gnu.org/gnu/make/make-3.81.tar.bz2 \ 64 URL=ftp://ftp.gnu.org/gnu/make/make-3.81.tar.bz2 \
65 SHA1=41ed86d941b9c8025aee45db56c0283169dcab3d \ 65 SHA1=41ed86d941b9c8025aee45db56c0283169dcab3d \