feat(lib): remove wpa lib

This commit is contained in:
Zhang Jun Hao
2020-05-26 10:25:33 +08:00
parent 2eb979fa08
commit bec5ca6fe6
5 changed files with 3 additions and 4 deletions

View File

@ -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)

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 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

View File

@ -2,7 +2,6 @@ gwen:
core: 8d27139
net80211: 8d27139
pp: 56518b7
wpa: 56518b7
espnow: 56518b7
wps: 56518b7
wpa2: 56518b7

Binary file not shown.

Binary file not shown.