From 1bb9d2af64dfe2847e21dc28934c7a8a03a01b9e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 22 Nov 2007 18:27:22 +0000 Subject: busybox: Enable support for -t & -n options for read command in angstrom configs. * These are timeout and num chars to read options, both are useful when writing UI interaction code, with busybox-static being targetted at writing bootloader tools and stuff. --- packages/busybox/busybox-1.2.0/angstrom/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/busybox/busybox-1.2.0/angstrom/defconfig') diff --git a/packages/busybox/busybox-1.2.0/angstrom/defconfig b/packages/busybox/busybox-1.2.0/angstrom/defconfig index 981b7d7c71..e5f48ec64f 100644 --- a/packages/busybox/busybox-1.2.0/angstrom/defconfig +++ b/packages/busybox/busybox-1.2.0/angstrom/defconfig @@ -603,8 +603,8 @@ CONFIG_ASH=y # Ash Shell Options # CONFIG_ASH_JOB_CONTROL=y -# CONFIG_ASH_READ_NCHARS is not set -# CONFIG_ASH_READ_TIMEOUT is not set +CONFIG_ASH_READ_NCHARS=y +CONFIG_ASH_READ_TIMEOUT=y CONFIG_ASH_ALIAS=y CONFIG_ASH_MATH_SUPPORT=y # CONFIG_ASH_MATH_SUPPORT_64 is not set -- cgit v1.2.3