diff options
author | Koen Kooi <koen@openembedded.org> | 2007-11-22 18:27:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-11-22 18:27:22 +0000 |
commit | 1bb9d2af64dfe2847e21dc28934c7a8a03a01b9e (patch) | |
tree | 89fd2177f69ccc6c5d7dd11b4c272f5da697c9d6 /packages/busybox/busybox_1.00.bb | |
parent | faa9fb3f06813ac8cdcd14da28ae9463fe0ad68a (diff) |
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.
Diffstat (limited to 'packages/busybox/busybox_1.00.bb')
-rw-r--r-- | packages/busybox/busybox_1.00.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox_1.00.bb b/packages/busybox/busybox_1.00.bb index 073a561e22..ca2db7e760 100644 --- a/packages/busybox/busybox_1.00.bb +++ b/packages/busybox/busybox_1.00.bb @@ -1,6 +1,6 @@ require busybox.inc -PR = "r37" +PR = "r38" SRC_URI += "file://add-getkey-applet.patch;patch=1 \ file://below.patch;patch=1 \ |