changeset 793:7b2d882eba4a

Switch off patch and ar in busybox since both versions are broken and need to be supplied by other packages.
author Rob Landley <rob@landley.net>
date Fri, 31 Jul 2009 15:45:02 -0500
parents b364ed2adf49
children 81cf7ae7afce
files sources/trimconfig-busybox
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/trimconfig-busybox	Fri Jul 31 01:00:45 2009 -0500
+++ b/sources/trimconfig-busybox	Fri Jul 31 15:45:02 2009 -0500
@@ -1,7 +1,13 @@
 # Differences between "allyesconfig" and the config we want.
 
-# Switch on one extra feature
+# These are provided by other packages, because the busybox ones don't
+# work yet.
 
+# binutils (no write support)
+CONFIG_AR=n
+# toybox
+CONFIG_PATCH=n
+# bash
 CONFIG_FEATURE_SH_IS_ASH=y
 
 # Switch off inadvisable features and build options.