summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-static_1.2.1.bb
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/busybox-static_1.2.1.bb
parent859ad6c3c019b5c74dcc5fded8f2a787ce90184e (diff)
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/busybox-static_1.2.1.bb')
-rw-r--r--packages/busybox/busybox-static_1.2.1.bb2
1 files changed, 1 insertions, 1 deletions
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"