Removed CONFIG_EAP_WSC=dyn option
Build EAP-WSC dynamically does not make much sense and with the dependencies to WPS code from number of places resolving this is not trivial. It is simpler to just remove this option.
This commit is contained in:
parent
4c2660c2b0
commit
6dbcd00912
1 changed files with 0 additions and 5 deletions
|
@ -505,10 +505,6 @@ endif
|
||||||
|
|
||||||
ifdef CONFIG_WPS
|
ifdef CONFIG_WPS
|
||||||
# EAP-WSC
|
# EAP-WSC
|
||||||
ifeq ($(CONFIG_EAP_WSC), dyn)
|
|
||||||
CFLAGS += -DCONFIG_WPS -DEAP_WSC_DYNAMIC
|
|
||||||
EAPDYN += ../src/eap_peer/eap_wsc.so
|
|
||||||
else
|
|
||||||
CFLAGS += -DCONFIG_WPS -DEAP_WSC
|
CFLAGS += -DCONFIG_WPS -DEAP_WSC
|
||||||
OBJS += wps_supplicant.o
|
OBJS += wps_supplicant.o
|
||||||
OBJS += ../src/utils/uuid.o
|
OBJS += ../src/utils/uuid.o
|
||||||
|
@ -522,7 +518,6 @@ OBJS += ../src/wps/wps_dev_attr.o
|
||||||
OBJS += ../src/wps/wps_enrollee.o
|
OBJS += ../src/wps/wps_enrollee.o
|
||||||
OBJS += ../src/wps/wps_registrar.o
|
OBJS += ../src/wps/wps_registrar.o
|
||||||
OBJS_h += ../src/eap_server/eap_wsc.o
|
OBJS_h += ../src/eap_server/eap_wsc.o
|
||||||
endif
|
|
||||||
CONFIG_IEEE8021X_EAPOL=y
|
CONFIG_IEEE8021X_EAPOL=y
|
||||||
NEED_DH_GROUPS=y
|
NEED_DH_GROUPS=y
|
||||||
NEED_SHA256=y
|
NEED_SHA256=y
|
||||||
|
|
Loading…
Reference in a new issue