forked from espressif/esp-idf
Merge branch 'fix/lwip_eth_deps' into 'master'
fix(lwip): Cleanup lwip -> Ethernet dependencies See merge request espressif/esp-idf!31649
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