diff options
author | Steffen Sledz <sledz@dresearch.de> | 2010-06-11 10:46:25 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2010-06-17 08:22:33 +0200 |
commit | 7d940cb1aad302233853da57f161c590a47e96aa (patch) | |
tree | e045c65fe3dd58f0ef06b38840278043cede0380 /recipes/busybox/busybox_1.11.3.bb | |
parent | 68651a6c434c4ad437c34c1ee8532f7e07154ec4 (diff) |
busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc
* The former default behaviour was to exit with failure if lease is not
immediately obtained. This results in permanent network disconnect if DHCP
server is (accidentally) not available at boot time. :(
* Since bb 1.14 this is no longer hardcoded and can be configured.
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Henri Bragge <henri.bragge@dcombus.com>
Diffstat (limited to 'recipes/busybox/busybox_1.11.3.bb')
-rw-r--r-- | recipes/busybox/busybox_1.11.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/busybox/busybox_1.11.3.bb b/recipes/busybox/busybox_1.11.3.bb index fa169efd9c..7ddfd9ecb2 100644 --- a/recipes/busybox/busybox_1.11.3.bb +++ b/recipes/busybox/busybox_1.11.3.bb @@ -5,6 +5,7 @@ SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ \ file://udhcpscript.patch \ + file://udhcpc-background.patch \ file://B921600.patch \ file://fdisk_lineedit_segfault.patch \ file://iptunnel.patch \ |