mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Merge branch 'bugfix/lwip_dhcp_restore_last' into 'master'
lwip: fix dhcp_server path (GitHub PR) Closes IDFGH-9297 and IDFGH-9309 See merge request espressif/esp-idf!22251
This commit is contained in:
@@ -156,7 +156,7 @@ if(CONFIG_LWIP_DHCPS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_LWIP_DHCP_RESTORE_LAST_IP)
|
if(CONFIG_LWIP_DHCP_RESTORE_LAST_IP)
|
||||||
list(APPEND srcs "port/esp32/netif/dhcp_state.c")
|
list(APPEND srcs "port/esp32xx/netif/dhcp_state.c")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
idf_component_register(SRCS "${srcs}"
|
idf_component_register(SRCS "${srcs}"
|
||||||
|
Reference in New Issue
Block a user