mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
lwip: fix dhcp_server path
The path for dhcp_server.c has changed from esp32/ to esp32xx/ This fixes the build when CONFIG_LWIP_DHCP_RESTORE_LAST_IP is enabled. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
2707c95a5f
commit
79d37515df
@ -156,7 +156,7 @@ if(CONFIG_LWIP_DHCPS)
|
||||
endif()
|
||||
|
||||
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()
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user