mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(lwip): Cleanup lwip -> ethernet dependencies
This commit is contained in:
parent
2e2a621dca
commit
72c389f771
@ -207,10 +207,6 @@ if(CONFIG_LWIP_ENABLE)
|
||||
idf_component_optional_requires(PRIVATE openthread)
|
||||
endif()
|
||||
|
||||
if(CONFIG_ETH_ENABLED)
|
||||
idf_component_optional_requires(PRIVATE esp_eth)
|
||||
endif()
|
||||
|
||||
if(CONFIG_LWIP_DHCP_RESTORE_LAST_IP)
|
||||
idf_component_optional_requires(PRIVATE nvs_flash)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user