summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-02-14 23:51:21 +0000
committersam <sam@FreeBSD.org>2006-02-14 23:51:21 +0000
commitff95a0e1eb05081ec2daf1fbb9b0f6d1012c1763 (patch)
tree2222d080d602c62455ebab3a9c06bb91410fd038 /share/examples
parente431881b7b9a27d5891dbcdd4dc0af7cb544b802 (diff)
downloadFreeBSD-src-ff95a0e1eb05081ec2daf1fbb9b0f6d1012c1763.zip
FreeBSD-src-ff95a0e1eb05081ec2daf1fbb9b0f6d1012c1763.tar.gz
Change default build of wpa_supplicant to include EAPOL support;
ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL to build with only WPA-PSK support. Reviewed by: ru, bsdimp (basic approach) MFC after: 1 week
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/etc/make.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 6e89efb..997eaaf 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -331,9 +331,6 @@
#
# wpa_supplicant
#
-# Enable this to include 802.1X and EAP support in wpa_supplicant.
-# 802.1X with EAP requires openssl but it can be used without to
-# do things like dynamic WEP keying. The default is to build
-# wpa_supplicant only with WPA-PSK support.
+# Set this to disable building 802.1X and EAP support in wpa_supplicant.
#
-#ENABLE_WPA_SUPPLICANT_EAPOL=true
+#NO_WPA_SUPPLICANT_EAPOL=true
OpenPOWER on IntegriCloud