| Submitter | eu@felipetonello.com |
|---|---|
| Date | Jan. 11, 2013, 2:42 a.m. |
| Message ID | <50EF7BFF.70908@felipetonello.com> |
| Download | mbox | patch |
| Permalink | /patch/42475/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-connectivity/connman/connman/connman b/meta/recipes-connectivity/connman/connman/connman index 4a0017f..aed4a79 100644 --- a/meta/recipes-connectivity/connman/connman/connman +++ b/meta/recipes-connectivity/connman/connman/connman @@ -28,9 +28,11 @@ done do_start() { EXTRA_PARAM="" - if test $nfsroot -eq 0 ; then - $DAEMON $EXTRA_PARAM + if test $nfsroot -eq 1 ; then + ethn=`ifconfig | grep eth | sed -e "s/\(eth[0-9]\)\(.*\)/\1/"` + EXTRA_PARAM="-I $ethn" fi + $DAEMON $EXTRA_PARAM } do_stop() {