feat(lib): remove wpa2 and wps lib

This commit is contained in:
Zhang Jun Hao
2020-08-18 11:04:32 +08:00
parent e716bb876d
commit c7e00dadd1
2 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@ LIBS ?=
ifndef CONFIG_NO_BLOBS
ifndef CONFIG_ESP8266_WIFI_DEBUG_LOG_ENABLE
LIBS += gcc hal core net80211 \
phy rtc clk pp smartconfig ssc espnow wps wpa2
phy rtc clk pp smartconfig ssc espnow
else
LIBS += gcc hal core_dbg net80211_dbg \
phy rtc clk pp_dbg smartconfig ssc espnow_dbg wps_dbg wpa2_dbg
phy rtc clk pp_dbg smartconfig ssc espnow_dbg
endif
endif
@ -56,4 +56,4 @@ esp8266_out.ld: $(COMPONENT_PATH)/ld/esp8266.ld ../include/sdkconfig.h
COMPONENT_EXTRA_CLEAN := esp8266_out.ld $(COMPONENT_BUILD_DIR)/esp8266.project.ld
endif
endif