mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-27 20:27:43 +08:00
feat(lib): remove wpa2 and wps lib
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user