comparison download.sh @ 1220:e20d4f39809e

Update busybox.
author Rob Landley <rob@landley.net>
date Mon, 23 Aug 2010 00:22:38 -0500
parents 7ca3dfbc9e06
children 313c702a0984
comparison
equal deleted inserted replaced
1219:a23ee1b6b8de 1220:e20d4f39809e
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.17.1.tar.bz2 \ 59 URL=http://www.busybox.net/downloads/busybox-1.17.2.tar.bz2 \
60 SHA1=691f44088c3327c957158443e813ec7346e99df6 \ 60 SHA1=53e55638f1f211ece9351dae2e59d8a8ac46e2d9 \
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 \