diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-06-05 17:09:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-06 10:27:46 +0100 |
commit | b6ef8dccfe8cd3ccba8b8a73fa1583861509f74a (patch) | |
tree | 64502205048f50746b305b2562c23bc9eaf61978 /meta/recipes-core | |
parent | f39d8765b1233219a36331975a248b2cd008abdf (diff) | |
download | poky-b6ef8dccfe8cd3ccba8b8a73fa1583861509f74a.tar.gz |
busybox: put udhcpc in background
If the interface is slow to come up udhcpc will continue in the background
[YOCTO #6339]
(From OE-Core rev: 45af0ba08dbc676be41fd29e9877fe820b531f7c)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/busybox/busybox.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 0c1969c890..f6cb039543 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/recipes-core/busybox/busybox.inc | |||
@@ -119,6 +119,7 @@ do_prepare_config () { | |||
119 | {if(net==2&&$0 !~ /^#/&&$1){print("# "$1" is not set")}else{print}}' \ | 119 | {if(net==2&&$0 !~ /^#/&&$1){print("# "$1" is not set")}else{print}}' \ |
120 | ${S}/.config.oe-tmp > ${S}/.config | 120 | ${S}/.config.oe-tmp > ${S}/.config |
121 | fi | 121 | fi |
122 | sed -i 's/CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n"/CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b"/' ${S}/.config | ||
122 | } | 123 | } |
123 | 124 | ||
124 | # returns all the elements from the src uri that are .cfg files | 125 | # returns all the elements from the src uri that are .cfg files |