diff options
author | Steve Sakoman <steve@sakoman.com> | 2013-11-08 12:58:38 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 16:00:28 +0000 |
commit | 64194d5917b709aae808401616a95b6111c747e6 (patch) | |
tree | 859a5b6bb08083f52f8af9ef89d90ad723ba6fe4 | |
parent | f0aa0c249a16156ee2605ec4f0b6415fea8e0216 (diff) | |
download | poky-64194d5917b709aae808401616a95b6111c747e6.tar.gz |
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@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls index 8be41074cd..92573e2f99 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 | |||
347 | 347 | ||
348 | # Add support for new DBus control interface | 348 | # Add support for new DBus control interface |
349 | # (fi.w1.hostap.wpa_supplicant1) | 349 | # (fi.w1.hostap.wpa_supplicant1) |
350 | #CONFIG_CTRL_IFACE_DBUS_NEW=y | 350 | CONFIG_CTRL_IFACE_DBUS_NEW=y |
351 | 351 | ||
352 | # Add introspection support for new DBus control interface | 352 | # Add introspection support for new DBus control interface |
353 | #CONFIG_CTRL_IFACE_DBUS_INTRO=y | 353 | #CONFIG_CTRL_IFACE_DBUS_INTRO=y |