diff host-tools.sh @ 453:61a26b8092bf

Busybox defconfig has become useless, so switch busybox to build via allyesconfig minus symbols to be disabled.
author Rob Landley <rob@landley.net>
date Tue, 04 Nov 2008 22:51:33 -0600
parents 2c99f59ec2d7
children b0438691e9e1
line wrap: on
line diff
--- a/host-tools.sh	Tue Nov 04 03:57:54 2008 -0600
+++ b/host-tools.sh	Tue Nov 04 22:51:33 2008 -0600
@@ -119,8 +119,7 @@
   if [ ! -f "${HOSTTOOLS}/busybox" ]
   then
     setupfor busybox &&
-    # make allnoconfig KCONFIG_ALLCONFIG="${SOURCES}/config-busybox" &&
-    make defconfig &&
+    make allyesconfig KCONFIG_ALLCONFIG="${SOURCES}/trimconfig-busybox" &&
     make -j $CPUS &&
     make busybox.links &&
     cp busybox "${HOSTTOOLS}"