# HG changeset patch # User Rob Landley # Date 1425528157 21600 # Node ID cb28b1d437b241a216c026a0867dbdb2cd188178 # Parent 5f84cad1fdc9652b07a82bdc24b152669f8f3196 Toybox 0.5.2. diff -r 5f84cad1fdc9 -r cb28b1d437b2 download.sh --- a/download.sh Mon Feb 23 01:00:31 2015 -0600 +++ b/download.sh Wed Mar 04 22:02:37 2015 -0600 @@ -67,8 +67,8 @@ # BusyBox. Adding a native toolchain requires binutils and gcc (above) plus # make and bash. -URL=http://landley.net/toybox/downloads/toybox-0.5.1.tar.bz2 \ -SHA1=606fa72256945456e096615784c4b873191462ea \ +URL=http://landley.net/toybox/downloads/toybox-0.5.2.tar.gz \ +SHA1=b9ad04066354f3234b020034979efe0419de650c \ maybe_fork "download || dienow" URL=http://www.busybox.net/downloads/busybox-1.22.1.tar.bz2 \ diff -r 5f84cad1fdc9 -r cb28b1d437b2 sources/baseconfig-busybox --- a/sources/baseconfig-busybox Mon Feb 23 01:00:31 2015 -0600 +++ b/sources/baseconfig-busybox Wed Mar 04 22:02:37 2015 -0600 @@ -114,7 +114,6 @@ CONFIG_FEATURE_VI_ASK_TERMINAL=y CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y -CONFIG_SED=y # ======================================================================= # Stuff in toybox @@ -242,4 +241,4 @@ CONFIG_FEATURE_MOUNT_LOOP=y CONFIG_FEATURE_MOUNT_LOOP_CREATE=y -#CONFIG_SED=y +CONFIG_SED=y diff -r 5f84cad1fdc9 -r cb28b1d437b2 sources/sections/toybox.build --- a/sources/sections/toybox.build Mon Feb 23 01:00:31 2015 -0600 +++ b/sources/sections/toybox.build Wed Mar 04 22:02:37 2015 -0600 @@ -21,5 +21,5 @@ if [ ! -z "$SKIP_STRIP" ] then - cp toybox_unstripped "$INSTDIR/toybox" || dienow + cp --remove-destination toybox_unstripped "$INSTDIR/toybox" || dienow fi