diff sources/sections/busybox.build @ 1177:7ca3dfbc9e06

Update to busybox 1.17.1 and switch to defconfig instead of trimconfig.
author Rob Landley <rob@landley.net>
date Mon, 26 Jul 2010 00:05:38 -0500
parents cb4dbdb7f2cd
children 41fdac77a907
line wrap: on
line diff
--- a/sources/sections/busybox.build	Sun Jul 25 23:26:46 2010 -0500
+++ b/sources/sections/busybox.build	Mon Jul 26 00:05:38 2010 -0500
@@ -4,7 +4,8 @@
 
 # Build busybox
 
-make allyesconfig KCONFIG_ALLCONFIG="${SOURCES}/trimconfig-busybox" &&
+#make allyesconfig KCONFIG_ALLCONFIG="${SOURCES}/trimconfig-busybox" &&
+make defconfig &&
 cp .config "$WORK"/config-busybox &&
 LDFLAGS="$LDFLAGS $STATIC_FLAGS" make -j $CPUS $VERBOSITY $DO_CROSS &&
 make busybox.links || dienow
@@ -15,5 +16,6 @@
 
 for i in $(sed 's@.*/@@' busybox.links)
 do
-  [ ! -f "INSTDIR/$i" ] && (ln -sf busybox "$INSTDIR/$i" || dienow)
+  [ ! -f "$INSTDIR/$i" ] && (ln -sf busybox "$INSTDIR/$i" || dienow)
 done
+rm -f "$INSTDIR"/{patch,tune2fs}