From 7d940cb1aad302233853da57f161c590a47e96aa Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Fri, 11 Jun 2010 10:46:25 +0200 Subject: 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 Acked-by: Henri Bragge --- recipes/busybox/busybox_1.11.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/busybox/busybox_1.11.3.bb') 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 \ -- cgit v1.2.3