diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-02-11 17:03:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-14 12:20:53 +0000 |
commit | 44e17ea034bec68d4fff6b2cd4758bad3ab7ed09 (patch) | |
tree | e7a3ce9ac4f0eaa7346326962219045f4541c165 /meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3 | |
parent | b9a97e07b48b20b00feff5b8c7196c3a3b7762b6 (diff) | |
download | openembedded-core-44e17ea034bec68d4fff6b2cd4758bad3ab7ed09.tar.gz openembedded-core-44e17ea034bec68d4fff6b2cd4758bad3ab7ed09.tar.bz2 openembedded-core-44e17ea034bec68d4fff6b2cd4758bad3ab7ed09.zip |
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')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls | 4 |
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 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 |