busybox-static 1.2.1: Enable support for -t & -n options for read command.
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 20 Nov 2007 23:40:11 +0000 (23:40 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 20 Nov 2007 23:40:11 +0000 (23:40 +0000)
* 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-static-1.2.1/defconfig
packages/busybox/busybox-static_1.2.1.bb

index eb0b8d7..1807dab 100644 (file)
@@ -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
index f3bff07..5194680 100644 (file)
@@ -1,5 +1,5 @@
 require busybox_${PV}.bb
-PR = "r0"
+PR = "r1"
 
 S = "${WORKDIR}/busybox-1.2.1"