changeset 1178:80693b1a8038

Yank toybox from simple-root-filesystem. (Still need it for patch in host-tools.sh)
author Rob Landley <rob@landley.net>
date Mon, 26 Jul 2010 00:06:58 -0500
parents 7ca3dfbc9e06
children c364e01dcdc6
files simple-root-filesystem.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/simple-root-filesystem.sh	Mon Jul 26 00:05:38 2010 -0500
+++ b/simple-root-filesystem.sh	Mon Jul 26 00:06:58 2010 -0500
@@ -56,7 +56,6 @@
 
 build_section busybox
 cp "$WORK"/config-busybox "$STAGE_DIR"/src || dienow
-build_section toybox
 
 # Build the world's simplest init program: spawns one task with a controlling
 # TTY, waits (reaping zombies) until it exits, then shuts down the system.