Fix build following bfc99943b0.

bfc99943b0 removed ndis(4) support however
wpa as delivered by the wpa upstream (w1.fi) enables NDIS by default.
This commit disables NDIS suppport in the w1.fi delivered build config,
circumventing the build failure.
This commit is contained in:
Cy Schubert 2021-01-25 14:34:22 -08:00
parent 83edbc3cb5
commit 1fc148624f

View File

@ -26,8 +26,8 @@
#define PCSC_FUNCS
#define CONFIG_CTRL_IFACE
#define CONFIG_CTRL_IFACE_NAMED_PIPE
#define CONFIG_DRIVER_NDIS
#define CONFIG_NDIS_EVENTS_INTEGRATED
#undef CONFIG_DRIVER_NDIS
#undef CONFIG_NDIS_EVENTS_INTEGRATED
#define CONFIG_DEBUG_FILE
#define EAP_MD5
#define EAP_TLS