summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-02-11 17:03:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-14 12:20:53 +0000
commit44e17ea034bec68d4fff6b2cd4758bad3ab7ed09 (patch)
treee7a3ce9ac4f0eaa7346326962219045f4541c165 /meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
parentb9a97e07b48b20b00feff5b8c7196c3a3b7762b6 (diff)
downloadpoky-44e17ea034bec68d4fff6b2cd4758bad3ab7ed09.tar.gz
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 <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls')
-rw-r--r--meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls4
1 files changed, 3 insertions, 1 deletions
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 e325bb83e9..c679e00288 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
81CONFIG_DRIVER_WEXT=y 81CONFIG_DRIVER_WEXT=y
82 82
83# Driver interface for Linux drivers using the nl80211 kernel interface 83# Driver interface for Linux drivers using the nl80211 kernel interface
84#CONFIG_DRIVER_NL80211=y 84CONFIG_LIBNL20=y
85CONFIG_DRIVER_NL80211=y
85 86
86# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) 87# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
87#CONFIG_DRIVER_BSD=y 88#CONFIG_DRIVER_BSD=y
@@ -405,3 +406,4 @@ CONFIG_PEERKEY=y
405CONFIG_TLS = gnutls 406CONFIG_TLS = gnutls
406CONFIG_GNUTLS_EXTRA=y 407CONFIG_GNUTLS_EXTRA=y
407CONFIG_CTRL_IFACE_DBUS=y 408CONFIG_CTRL_IFACE_DBUS=y
409CONFIG_CTRL_IFACE_DBUS_NEW=y