File tree Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Expand file tree Collapse file tree 5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ register_component()
12
12
target_link_libraries (${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR} /lib" )
13
13
if (NOT CONFIG_NO_BLOBS )
14
14
target_link_libraries (${COMPONENT_NAME} gcc hal core
15
- net80211 phy pp smartconfig ssc wpa espnow )
15
+ net80211 phy pp smartconfig ssc wpa espnow wps )
16
16
endif ()
17
17
18
18
target_link_libraries (${COMPONENT_NAME} "-u call_user_start" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COMPONENT_SRCDIRS := driver source
12
12
LIBS ?=
13
13
ifndef CONFIG_NO_BLOBS
14
14
LIBS += gcc hal core net80211 \
15
- phy pp smartconfig ssc wpa espnow
15
+ phy pp smartconfig ssc wpa espnow wps
16
16
endif
17
17
18
18
# Linker scripts used to link the final application.
Original file line number Diff line number Diff line change 1
1
gwen:
2
2
core: b9f2d3e
3
- net80211: b9f2d3e
3
+ net80211: 48cd36b
4
4
pp: 82269d9
5
5
smartconfig:eca7811
6
6
wpa: b9f2d3e
7
7
espnow: 95a55d0
8
+ wps: 48cd36b
8
9
phy: 1055_8
You can’t perform that action at this time.
0 commit comments