diff options
-rw-r--r-- | meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup b/meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup index 59ebb573ba..c46899ef32 100644 --- a/meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup +++ b/meta/recipes-connectivity/connman/connman-conf/qemuall/wired-setup | |||
@@ -12,5 +12,5 @@ if [ "x$NET_CONF" = "x" ]; then | |||
12 | rm -f ${CONFIGF} | 12 | rm -f ${CONFIGF} |
13 | else | 13 | else |
14 | # Setup a connman config accordingly | 14 | # Setup a connman config accordingly |
15 | sed -i -e "s|^\(IPv4 =\)|\1 ${NET_CONF}|" ${CONFIGF} | 15 | sed -i -e "s|^IPv4 =.*|IPv4 = ${NET_CONF}|" ${CONFIGF} |
16 | fi | 16 | fi |