[OE-core] [PATCH] wpa-supplicant: enable CONFIG_CTRL_IFACE_DBUS_NEW

Steve Sakoman steve at sakoman.com
Fri Nov 8 20:58:38 UTC 2013


Without this option wifi support in connman will fail:

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

Signed-off-by: Steve Sakoman <steve at sakoman.com>
---
 .../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
-- 
1.7.9.5




More information about the Openembedded-core mailing list