changeset 1587:0eb16db33d9d

Toybox 0.4.4
author Rob Landley <rob@landley.net>
date Thu, 14 Mar 2013 08:28:23 -0500
parents 90c7caa156e2
children 7bf850767bb8
files download.sh sources/baseconfig-busybox
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Sat Mar 09 19:54:34 2013 -0600
+++ b/download.sh	Thu Mar 14 08:28:23 2013 -0500
@@ -59,8 +59,8 @@
 # BusyBox.  Adding a native toolchain requires binutils and gcc (above) plus
 # make and bash.
 
-URL=http://landley.net/toybox/downloads/toybox-0.4.3.tar.bz2 \
-SHA1=6ab125ef651fdc6cd20e845ea75428a854b637b4 \
+URL=http://landley.net/toybox/downloads/toybox-0.4.4.tar.bz2 \
+SHA1=36c51981e0260973c50e115223936878577c6c6a \
 maybe_fork "download || dienow"
 
 URL=http://www.busybox.net/downloads/busybox-1.21.0.tar.bz2 \
--- a/sources/baseconfig-busybox	Sat Mar 09 19:54:34 2013 -0600
+++ b/sources/baseconfig-busybox	Thu Mar 14 08:28:23 2013 -0500
@@ -116,7 +116,6 @@
 
 CONFIG_FTPGET=y
 CONFIG_FTPPUT=y
-CONFIG_TIME=y
 
 CONFIG_MOUNT=y
 CONFIG_UMOUNT=y
@@ -227,3 +226,4 @@
 
 CONFIG_READLINK=y
 CONFIG_FEATURE_READLINK_FOLLOW=y
+CONFIG_TIME=y