diff options
| -rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-connectivity/connman/connman/connman | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 653d1dfa84..0f96202097 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
| @@ -20,7 +20,7 @@ DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ | |||
| 20 | ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ | 20 | ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | INC_PR = "r15" | 23 | INC_PR = "r16" |
| 24 | 24 | ||
| 25 | TIST = "--enable-tist" | 25 | TIST = "--enable-tist" |
| 26 | TIST_powerpc = "" | 26 | TIST_powerpc = "" |
diff --git a/meta/recipes-connectivity/connman/connman/connman b/meta/recipes-connectivity/connman/connman/connman index f01bf371c2..4a0017fc18 100644 --- a/meta/recipes-connectivity/connman/connman/connman +++ b/meta/recipes-connectivity/connman/connman/connman | |||
| @@ -28,10 +28,9 @@ done | |||
| 28 | 28 | ||
| 29 | do_start() { | 29 | do_start() { |
| 30 | EXTRA_PARAM="" | 30 | EXTRA_PARAM="" |
| 31 | if test $nfsroot -eq 1 ; then | 31 | if test $nfsroot -eq 0 ; then |
| 32 | EXTRA_PARAM="-P ethernet" | 32 | $DAEMON $EXTRA_PARAM |
| 33 | fi | 33 | fi |
| 34 | $DAEMON $EXTRA_PARAM | ||
| 35 | } | 34 | } |
| 36 | 35 | ||
| 37 | do_stop() { | 36 | do_stop() { |
