diff root-filesystem.sh @ 910:f1671488c740

Split busybox and toybox builds, update toybox and linux package versions.
author Rob Landley <rob@landley.net>
date Tue, 01 Dec 2009 19:49:23 -0600
parents 890aa372ee30
children 18f052489f5d
line wrap: on
line diff
--- a/root-filesystem.sh	Tue Dec 01 19:43:42 2009 -0600
+++ b/root-filesystem.sh	Tue Dec 01 19:49:23 2009 -0600
@@ -95,6 +95,8 @@
 STAGE_DIR="$ROOT_TOPDIR"/bin build_section busybox
 cp "$WORK"/config-busybox "$ROOT_TOPDIR"/src || dienow
 
+STAGE_DIR="$ROOT_TOPDIR"/bin build_section toybox
+
 # Build and install make
 
 setupfor make