mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f39d8765b1
commit
b6ef8dccfe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user