mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
fix(lwip): Cleanup lwip -> ethernet dependencies
This commit is contained in:
@@ -207,10 +207,6 @@ if(CONFIG_LWIP_ENABLE)
|
|||||||
idf_component_optional_requires(PRIVATE openthread)
|
idf_component_optional_requires(PRIVATE openthread)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_ETH_ENABLED)
|
|
||||||
idf_component_optional_requires(PRIVATE esp_eth)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(CONFIG_LWIP_DHCP_RESTORE_LAST_IP)
|
if(CONFIG_LWIP_DHCP_RESTORE_LAST_IP)
|
||||||
idf_component_optional_requires(PRIVATE nvs_flash)
|
idf_component_optional_requires(PRIVATE nvs_flash)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user