From 72c389f77108ba3ff90994ffdfab004e6b0ffb8b Mon Sep 17 00:00:00 2001 From: David Cermak Date: Thu, 20 Jun 2024 17:00:19 +0200 Subject: [PATCH] fix(lwip): Cleanup lwip -> ethernet dependencies --- components/lwip/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/lwip/CMakeLists.txt b/components/lwip/CMakeLists.txt index 4485886153..f45eeab2ed 100644 --- a/components/lwip/CMakeLists.txt +++ b/components/lwip/CMakeLists.txt @@ -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()