From 8976fa69d0ddfdad24fe041f4b88c853dc7a33a2 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Tue, 28 Sep 2010 09:47:18 +0800 Subject: connman: fix the issue that connman could not disconnect from shutdown AP Upstream has a fix for MeeGo/Carrick which has the same phenomenon as our side, therefore port the patch into poky. This fixes [BUGID #266] and [BUGID #267]. Remove the option "--enable-fake" since it sometimes causes offline mode failure. Launch connmand in initlevel 3. Signed-off-by: Dongxiao Xu --- meta/recipes-connectivity/connman/connman.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/connman/connman.inc') diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index c842d3cbf0..bc506faabe 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc @@ -10,7 +10,7 @@ DEPENDS = "libgdbus dbus glib-2.0 hal" RDEPENDS_${PN} = "wpa-supplicant resolvconf" INITSCRIPT_NAME = "connman" -INITSCRIPT_PARAMS = "start 05 5 2 . stop 22 0 1 6 ." +INITSCRIPT_PARAMS = "start 05 5 2 3 . stop 22 0 1 6 ." inherit autotools pkgconfig update-rc.d -- cgit v1.2.3-54-g00ecf