mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
feat(lib): remove crypto library
This commit is contained in:
@ -11,7 +11,7 @@ register_component()
|
||||
|
||||
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
|
||||
if(NOT CONFIG_NO_BLOBS)
|
||||
target_link_libraries(${COMPONENT_NAME} crypto gcc hal core
|
||||
target_link_libraries(${COMPONENT_NAME} gcc hal core
|
||||
net80211 phy pp smartconfig ssc wpa)
|
||||
endif()
|
||||
|
||||
|
@ -11,7 +11,7 @@ COMPONENT_SRCDIRS := driver source
|
||||
|
||||
LIBS ?=
|
||||
ifndef CONFIG_NO_BLOBS
|
||||
LIBS += crypto gcc hal core net80211 \
|
||||
LIBS += gcc hal core net80211 \
|
||||
phy pp smartconfig ssc wpa
|
||||
endif
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
gwen:
|
||||
crypto: eca7811
|
||||
core: 8ee40dd
|
||||
net80211: eca7811
|
||||
pp: eca7811
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user