diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-06 12:54:32 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-06 12:54:32 +0000 |
commit | 02e78f3ea9489b204c91ccde7c17d83ed96b8c3f (patch) | |
tree | c2174cf3334e97171f4954ae8ff8ead58742574d /packages/busybox/busybox_1.2.1.bb | |
parent | 0d08caccf4984dd60d57ae391b8b5f1778bc0fe9 (diff) |
busybox 1.2.1, 1.2.2: Enabled nohup applet.
* Being able to login via telnet/ssh/on-device shell and run application such
that it continues to run after logout, should be pretty useful feature for
embedded system.
* With common config (also used by angstrom), doesn't lead to increase of
exe size (due to alignment padding), and the applet code itself is small
(40 lines).
* Approved by Koen Kooi.
Diffstat (limited to 'packages/busybox/busybox_1.2.1.bb')
-rw-r--r-- | packages/busybox/busybox_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox_1.2.1.bb b/packages/busybox/busybox_1.2.1.bb index d7d28ffeb2..fb26407cd6 100644 --- a/packages/busybox/busybox_1.2.1.bb +++ b/packages/busybox/busybox_1.2.1.bb @@ -1,6 +1,6 @@ require busybox.inc -PR = "r10" +PR = "r11" SRC_URI += "file://wget-long-options.patch;patch=1 \ file://df_rootfs.patch;patch=1 \ |