[oe-commits] Steve Sakoman : wpa-supplicant: enable CONFIG_CTRL_IFACE_DBUS_NEW

git at git.openembedded.org git at git.openembedded.org
Fri Dec 13 09:16:35 UTC 2013


Module: openembedded-core.git
Branch: dora
Commit: 2e532f33c5e97751daa89c9f92c6de8513564be0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2e532f33c5e97751daa89c9f92c6de8513564be0

Author: Steve Sakoman <steve at sakoman.com>
Date:   Fri Nov  8 12:58:38 2013 -0800

wpa-supplicant: enable CONFIG_CTRL_IFACE_DBUS_NEW

Without this option wifi support in connman will fail:

src/technology.c:technology_get() No matching drivers found for wifi

(From OE-Core rev: 403e365e433c54633bcc843b32487a766282226e)

Signed-off-by: Steve Sakoman <steve at sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls
index 8be4107..92573e2 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls
@@ -347,7 +347,7 @@ CONFIG_PEERKEY=y
 
 # Add support for new DBus control interface
 # (fi.w1.hostap.wpa_supplicant1)
-#CONFIG_CTRL_IFACE_DBUS_NEW=y
+CONFIG_CTRL_IFACE_DBUS_NEW=y
 
 # Add introspection support for new DBus control interface
 #CONFIG_CTRL_IFACE_DBUS_INTRO=y



More information about the Openembedded-commits mailing list