aboutsummaryrefslogtreecommitdiffstats
path: root/packages/busybox
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-11-20 23:40:11 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-11-20 23:40:11 +0000
commitc6085182fd76b38e1f451ab61414b0bcccd10726 (patch)
tree0979e7d28788aac35f7cab0ab7e11c7baf8f7ddf /packages/busybox
parent859ad6c3c019b5c74dcc5fded8f2a787ce90184e (diff)
downloadopenembedded-c6085182fd76b38e1f451ab61414b0bcccd10726.tar.gz
busybox-static 1.2.1: Enable support for -t & -n options for read command.
* 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.
Diffstat (limited to 'packages/busybox')
-rw-r--r--packages/busybox/busybox-static-1.2.1/defconfig4
-rw-r--r--packages/busybox/busybox-static_1.2.1.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/busybox/busybox-static-1.2.1/defconfig b/packages/busybox/busybox-static-1.2.1/defconfig
index eb0b8d7c64..1807dab68e 100644
--- a/packages/busybox/busybox-static-1.2.1/defconfig
+++ b/packages/busybox/busybox-static-1.2.1/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
diff --git a/packages/busybox/busybox-static_1.2.1.bb b/packages/busybox/busybox-static_1.2.1.bb
index f3bff07530..519468039a 100644
--- a/packages/busybox/busybox-static_1.2.1.bb
+++ b/packages/busybox/busybox-static_1.2.1.bb
@@ -1,5 +1,5 @@
require busybox_${PV}.bb
-PR = "r0"
+PR = "r1"
S = "${WORKDIR}/busybox-1.2.1"