diff --git a/components/esp8266/CMakeLists.txt b/components/esp8266/CMakeLists.txt index 9fb450d4..882519a6 100644 --- a/components/esp8266/CMakeLists.txt +++ b/components/esp8266/CMakeLists.txt @@ -66,7 +66,7 @@ else() target_link_libraries(${COMPONENT_LIB} PUBLIC "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib" "-lstdc++") target_compile_definitions(${COMPONENT_LIB} PUBLIC -DUSING_IBUS_FASTER_GET) if(NOT CONFIG_NO_BLOBS) - set(blobs "gcc" "hal" "core" "net80211" "phy" "rtc" "clk" "pp" "smartconfig" "ssc" "wpa" "espnow" "wps" "wpa2") + set(blobs "gcc" "hal" "core" "net80211" "phy" "rtc" "clk" "pp" "smartconfig" "ssc" "espnow" "wps" "wpa2") foreach(blob ${blobs}) add_library(${blob} STATIC IMPORTED) set_property(TARGET ${blob} PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_SOURCE_DIR}/lib/lib${blob}.a) diff --git a/components/esp8266/component.mk b/components/esp8266/component.mk index 8dfad5f5..dfcc9331 100644 --- a/components/esp8266/component.mk +++ b/components/esp8266/component.mk @@ -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 wpa espnow wps wpa2 + phy rtc clk pp smartconfig ssc espnow wps wpa2 else LIBS += gcc hal core_dbg net80211_dbg \ - phy rtc clk pp_dbg smartconfig ssc wpa_dbg espnow_dbg wps_dbg wpa2_dbg + phy rtc clk pp_dbg smartconfig ssc espnow_dbg wps_dbg wpa2_dbg endif endif diff --git a/components/esp8266/lib/VERSION b/components/esp8266/lib/VERSION index 6b32ae25..f1fccc5a 100644 --- a/components/esp8266/lib/VERSION +++ b/components/esp8266/lib/VERSION @@ -2,7 +2,6 @@ gwen: core: 8d27139 net80211: 8d27139 pp: 56518b7 - wpa: 56518b7 espnow: 56518b7 wps: 56518b7 wpa2: 56518b7 diff --git a/components/esp8266/lib/libwpa.a b/components/esp8266/lib/libwpa.a deleted file mode 100755 index 9d90d906..00000000 Binary files a/components/esp8266/lib/libwpa.a and /dev/null differ diff --git a/components/esp8266/lib/libwpa_dbg.a b/components/esp8266/lib/libwpa_dbg.a deleted file mode 100755 index e6944dfd..00000000 Binary files a/components/esp8266/lib/libwpa_dbg.a and /dev/null differ