Skip to content

Commit

Permalink
esp8266: Remove libwpa2 from linking
Browse files Browse the repository at this point in the history
It's not needed as we don't support WPA-enterprise auth on esp8266
  • Loading branch information
rojer committed May 13, 2021
1 parent 2547181 commit e5e5895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/esp8266/Makefile.build
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ LPATH = $(SDK_PATH)/lib $(BUILD_DIR)/lwip
include $(MGOS_PATH)/tools/mk/mgos_features.mk

# libraries used in this project, mainly provided by the SDK
SDK_LIBS = c crypto espnow gcc m main net80211 pp phy stdc++ wpa wpa2
SDK_LIBS = c crypto espnow gcc m main net80211 pp phy stdc++ wpa
LIBS = $(addprefix -l,$(SDK_LIBS))

SHIMS = -DNDEBUG
Expand Down

0 comments on commit e5e5895

Please sign in to comment.