diff options
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-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 | |||
81 | CONFIG_DRIVER_WEXT=y | 81 | CONFIG_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 | 84 | CONFIG_LIBNL20=y |
85 | CONFIG_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 | |||
405 | CONFIG_TLS = gnutls | 406 | CONFIG_TLS = gnutls |
406 | CONFIG_GNUTLS_EXTRA=y | 407 | CONFIG_GNUTLS_EXTRA=y |
407 | CONFIG_CTRL_IFACE_DBUS=y | 408 | CONFIG_CTRL_IFACE_DBUS=y |
409 | CONFIG_CTRL_IFACE_DBUS_NEW=y | ||