diff config @ 1544:e2f722cc97a6

Make busybox build by default, switch override knob to BUSYBOX=1 to use defconfig busybox, always use toybox for oneit, cleanup/fix record-commands logic.
author Rob Landley <rob@landley.net>
date Thu, 06 Sep 2012 05:11:25 -0500
parents 431d5b4ee537
children c3b91b70cc42
line wrap: on
line diff
--- a/config	Thu Sep 06 05:07:23 2012 -0500
+++ b/config	Thu Sep 06 05:11:25 2012 -0500
@@ -130,15 +130,9 @@
 
 # export HOST_EXTRA="lex yacc"
 
-# Get your commands, for both host-tools and simple-root-filesystem, from:
-#
-#   busybox - busybox configured with with sources/baseconfig-busybox
-#   busybox_defconfig - busybox configured with defconfig
-#   toybox - toybox defconfig (plus busybox with baseconfig-toybox-todo)
-#
-# Default is "busybox".
+# Build with busybox defconfig instead of toybox.
 
-# export TOYBOX=busybox
+# export BUSYBOX=1
 
 # Set this to continue despite failed patches.