Include MS_FUNCS=y for EAP-pwd peer build
This is needed to allow wpa_supplicant to be built with EAP-pwd, but without any other EAP method that pulled in MS_FUNCS. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
c7f71fb867
commit
747c5f2281
2 changed files with 2 additions and 0 deletions
|
@ -740,6 +740,7 @@ OBJS += src/eap_peer/eap_pwd.c src/eap_common/eap_pwd_common.c
|
||||||
CONFIG_IEEE8021X_EAPOL=y
|
CONFIG_IEEE8021X_EAPOL=y
|
||||||
NEED_ECC=y
|
NEED_ECC=y
|
||||||
NEED_DRAGONFLY=y
|
NEED_DRAGONFLY=y
|
||||||
|
MS_FUNCS=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_EAP_EKE
|
ifdef CONFIG_EAP_EKE
|
||||||
|
|
|
@ -753,6 +753,7 @@ OBJS += ../src/eap_peer/eap_pwd.o ../src/eap_common/eap_pwd_common.o
|
||||||
CONFIG_IEEE8021X_EAPOL=y
|
CONFIG_IEEE8021X_EAPOL=y
|
||||||
NEED_ECC=y
|
NEED_ECC=y
|
||||||
NEED_DRAGONFLY=y
|
NEED_DRAGONFLY=y
|
||||||
|
MS_FUNCS=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_EAP_EKE
|
ifdef CONFIG_EAP_EKE
|
||||||
|
|
Loading…
Reference in a new issue