# HG changeset patch # User Rob Landley # Date 1207319493 18000 # Node ID 713a53bce9a60b77907d6f3f1c17e81666118695 # Parent 7fe514d773b9f9ae33e0c8ec60384376152fb4f4 Resulting system needs more features of out busybox to run qemu-setup.sh diff -r 7fe514d773b9 -r 713a53bce9a6 sources/config-busybox --- a/sources/config-busybox Fri Apr 04 09:31:06 2008 -0500 +++ b/sources/config-busybox Fri Apr 04 09:31:33 2008 -0500 @@ -395,14 +395,14 @@ # CONFIG_IPCRM is not set # CONFIG_IPCS is not set # CONFIG_LOSETUP is not set -# CONFIG_MDEV is not set -# CONFIG_FEATURE_MDEV_CONF is not set -# CONFIG_FEATURE_MDEV_EXEC is not set +CONFIG_MDEV=y +CONFIG_FEATURE_MDEV_CONF=y +CONFIG_FEATURE_MDEV_EXEC=y # CONFIG_MKSWAP is not set # CONFIG_FEATURE_MKSWAP_V0 is not set # CONFIG_MORE is not set # CONFIG_FEATURE_USE_TERMIOS is not set -# CONFIG_MOUNT is not set +CONFIG_MOUNT=y # CONFIG_FEATURE_MOUNT_NFS is not set # CONFIG_PIVOT_ROOT is not set # CONFIG_RDATE is not set @@ -523,7 +523,7 @@ # CONFIG_FEATURE_FANCY_PING is not set # CONFIG_PING6 is not set # CONFIG_FEATURE_FANCY_PING6 is not set -# CONFIG_ROUTE is not set +CONFIG_ROUTE=y # CONFIG_TELNET is not set # CONFIG_FEATURE_TELNET_TTYPE is not set # CONFIG_FEATURE_TELNET_AUTOLOGIN is not set