From 44e17ea034bec68d4fff6b2cd4758bad3ab7ed09 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Fri, 11 Feb 2011 17:03:55 +0800 Subject: wpa-supplicant: change dbus interface The new interface "fi.w1.wpa_supplicant1" is used in latest connman, thus add it in the wpa_supplicant default configuration. Besides, enable netlink support with libnl 2.0 mode. [BUGID #603] Signed-off-by: Dongxiao Xu --- .../wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3') diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls index e325bb83e..c679e0028 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls @@ -81,7 +81,8 @@ CONFIG_DRIVER_HOSTAP=y CONFIG_DRIVER_WEXT=y # Driver interface for Linux drivers using the nl80211 kernel interface -#CONFIG_DRIVER_NL80211=y +CONFIG_LIBNL20=y +CONFIG_DRIVER_NL80211=y # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) #CONFIG_DRIVER_BSD=y @@ -405,3 +406,4 @@ CONFIG_PEERKEY=y CONFIG_TLS = gnutls CONFIG_GNUTLS_EXTRA=y CONFIG_CTRL_IFACE_DBUS=y +CONFIG_CTRL_IFACE_DBUS_NEW=y -- cgit v1.2.3