[oe-commits] Saul Wold : busybox: put udhcpc in background

git at git.openembedded.org git at git.openembedded.org
Fri Jun 6 09:29:43 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 45af0ba08dbc676be41fd29e9877fe820b531f7c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=45af0ba08dbc676be41fd29e9877fe820b531f7c

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Jun  5 17:09:03 2014 -0700

busybox: put udhcpc in background

If the interface is slow to come up udhcpc will continue in the background

[YOCTO #6339]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/busybox/busybox.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 0c1969c..f6cb039 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -119,6 +119,7 @@ do_prepare_config () {
 	  {if(net==2&&$0 !~ /^#/&&$1){print("# "$1" is not set")}else{print}}' \
 		  ${S}/.config.oe-tmp > ${S}/.config
 	fi
+	sed -i 's/CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n"/CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b"/' ${S}/.config
 }
 
 # returns all the elements from the src uri that are .cfg files



More information about the Openembedded-commits mailing list