hostap/wpa_supplicant: enable EAP-FAST in -full builds

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 48344
This commit is contained in:
Felix Fietkau 2016-01-19 10:06:23 +00:00
parent 808a605453
commit 3b15eb0ade
2 changed files with 6 additions and 0 deletions

View file

@ -53,6 +53,9 @@ CONFIG_PEERKEY=y
# Integrated EAP server
CONFIG_EAP=y
# EAP-FAST for the integrated EAP server
CONFIG_EAP_FAST=y
# EAP-MD5 for the integrated EAP server
CONFIG_EAP_MD5=y

View file

@ -121,6 +121,9 @@ CONFIG_DRIVER_WIRED=y
# included)
CONFIG_IEEE8021X_EAPOL=y
# EAP-FAST
CONFIG_EAP_FAST=y
# EAP-MD5
CONFIG_EAP_MD5=y