changeset 374:ed4caa451355

Adjust busybox defconfig to remove options that don't build under knoppix 5.1.1 (inotifyd, 2.4 module support) and yank options we don't want anyway because another package must provide them (patch, /bin/sh). (Pondered moving to a miniconfig, but this is still "almost defconfig" and the patch makes it easier to see what actually mattered to us.)
author Rob Landley <rob@landley.net>
date Sat, 02 Aug 2008 11:54:05 -0500
parents 9e2e6d04af86
children faa38267c038
files mini-native.sh sources/patches/busybox-1.11.1-defconfig.patch
diffstat 2 files changed, 42 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mini-native.sh	Sun Jul 20 12:24:39 2008 -0500
+++ b/mini-native.sh	Sat Aug 02 11:54:05 2008 -0500
@@ -77,7 +77,6 @@
 do
   ln -s busybox "${TOOLS}/bin/$i" # || dienow
 done
-rm "${TOOLS}/bin/sh" &&
 cd ..
 
 cleanup busybox
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/patches/busybox-1.11.1-defconfig.patch	Sat Aug 02 11:54:05 2008 -0500
@@ -0,0 +1,42 @@
+--- busybox-1.11.1/scripts/defconfig	2008-06-25 07:51:53.000000000 -0500
++++ busybox/scripts/defconfig	2008-07-25 11:25:59.000000000 -0500
+@@ -315,7 +315,7 @@
+ CONFIG_FEATURE_DIFF_DIR=y
+ CONFIG_FEATURE_DIFF_MINIMAL=y
+ CONFIG_ED=y
+-CONFIG_PATCH=y
++CONFIG_PATCH=n
+ CONFIG_SED=y
+ CONFIG_VI=y
+ CONFIG_FEATURE_VI_MAX_LEN=4096
+@@ -447,7 +447,7 @@
+ # Options common to multiple modutils
+ #
+ CONFIG_FEATURE_CHECK_TAINTED_MODULE=y
+-CONFIG_FEATURE_2_4_MODULES=y
++CONFIG_FEATURE_2_4_MODULES=n
+ CONFIG_FEATURE_2_6_MODULES=y
+ CONFIG_DEFAULT_MODULES_DIR="/lib/modules"
+ CONFIG_DEFAULT_DEPMOD_FILE="modules.dep"
+@@ -571,7 +571,7 @@
+ CONFIG_EJECT=y
+ CONFIG_FEATURE_EJECT_SCSI=y
+ CONFIG_FBSPLASH=y
+-CONFIG_INOTIFYD=y
++CONFIG_INOTIFYD=n
+ CONFIG_LAST=y
+ CONFIG_FEATURE_LAST_SMALL=y
+ # CONFIG_FEATURE_LAST_FANCY is not set
+@@ -762,10 +762,10 @@
+ #
+ # Shells
+ #
+-CONFIG_FEATURE_SH_IS_ASH=y
++# CONFIG_FEATURE_SH_IS_ASH is not set
+ # CONFIG_FEATURE_SH_IS_HUSH is not set
+ # CONFIG_FEATURE_SH_IS_MSH is not set
+-# CONFIG_FEATURE_SH_IS_NONE is not set
++CONFIG_FEATURE_SH_IS_NONE=y
+ CONFIG_ASH=y
+ 
+ #