summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2012-01-06 17:34:36 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 14:53:13 +0000
commit254b9de1afd373ba6d549f94211c1513fd3143b3 (patch)
tree96f5b9f4f5195a801564d6c575cf226b144febb0 /meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
parent7c8ebf6f0d4f32a50b390eda6dec1fd39b71dd56 (diff)
downloadpoky-254b9de1afd373ba6d549f94211c1513fd3143b3.tar.gz
wpa-supplicant: Compile without CONFIG_GNUTLS_EXTRA (PR BUMP)
CONFIG_GNUTLS_EXTRA is needed as support for TLS/IA which was designed to be used in the EAP-TTLSv1. As we don't see any requirement for that protocol today we decided to remove it from wpa-supplicant .config file. This change includes PR bump. [YOCTO #1845] (From OE-Core rev: 959449005c02d5e2554bb03bfa8e21874012d2e5) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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-gnutls2
1 files changed, 1 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 c679e00288..e03338fe09 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
@@ -404,6 +404,6 @@ CONFIG_PEERKEY=y
404#LIBS_p += -lbfd -liberty -lz 404#LIBS_p += -lbfd -liberty -lz
405#LIBS_c += -lbfd -liberty -lz 405#LIBS_c += -lbfd -liberty -lz
406CONFIG_TLS = gnutls 406CONFIG_TLS = gnutls
407CONFIG_GNUTLS_EXTRA=y 407#CONFIG_GNUTLS_EXTRA=y
408CONFIG_CTRL_IFACE_DBUS=y 408CONFIG_CTRL_IFACE_DBUS=y
409CONFIG_CTRL_IFACE_DBUS_NEW=y 409CONFIG_CTRL_IFACE_DBUS_NEW=y