aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox_1.13.2.bb
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2010-06-11 10:46:25 +0200
committerSteffen Sledz <sledz@dresearch.de>2010-06-17 08:22:33 +0200
commit7d940cb1aad302233853da57f161c590a47e96aa (patch)
treee045c65fe3dd58f0ef06b38840278043cede0380 /recipes/busybox/busybox_1.13.2.bb
parent68651a6c434c4ad437c34c1ee8532f7e07154ec4 (diff)
downloadopenembedded-7d940cb1aad302233853da57f161c590a47e96aa.tar.gz
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.13.2.bb')
-rw-r--r--recipes/busybox/busybox_1.13.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/busybox/busybox_1.13.2.bb b/recipes/busybox/busybox_1.13.2.bb
index 57815f68af..2b28c0b093 100644
--- a/recipes/busybox/busybox_1.13.2.bb
+++ b/recipes/busybox/busybox_1.13.2.bb
@@ -18,6 +18,7 @@ SRC_URI = "\
\
file://udhcpscript.patch \
file://udhcpc-fix-nfsroot.patch \
+ file://udhcpc-background.patch \
file://B921600.patch \
file://get_header_tar.patch \
file://busybox-appletlib-dependency.patch \