Skip to content

Commit af14369

Browse files
committedAug 10, 2018
Merge branch 'feature/remove_wps_lib' into 'master'
feat(lib): remove wps library See merge request sdk/ESP8266_RTOS_SDK!377
2 parents 3d1844c + 9f19a82 commit af14369

File tree

5 files changed

+3
-145
lines changed

5 files changed

+3
-145
lines changed
 

‎components/esp8266/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ register_component()
1212
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
1313
if(NOT CONFIG_NO_BLOBS)
1414
target_link_libraries(${COMPONENT_NAME} airkiss crypto espnow gcc hal core mirom
15-
net80211 phy pp pwm smartconfig ssc wpa wps cirom)
15+
net80211 phy pp pwm smartconfig ssc wpa cirom)
1616
endif()
1717

1818
target_link_libraries(${COMPONENT_NAME} "-u call_user_start")

‎components/esp8266/component.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COMPONENT_SRCDIRS := driver source
1212
LIBS ?=
1313
ifndef CONFIG_NO_BLOBS
1414
LIBS += airkiss crypto espnow gcc hal core net80211 \
15-
phy pp pwm smartconfig ssc wpa wps
15+
phy pp pwm smartconfig ssc wpa
1616
endif
1717

1818
#Linker scripts used to link the final application.

‎components/esp8266/include/esp_wps.h

-141
This file was deleted.

‎components/esp8266/lib/VERSION

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ gwen:
66
pp: 830c0c8
77
pwm: 0181338
88
smartconfig:86a18f3
9-
wpa: f59f0e0
10-
wps: f59f0e0
9+
wpa: f59f0e0

‎components/esp8266/lib/libwps.a

-256 KB
Binary file not shown.

0 commit comments

Comments
 (0)