From: Nicola Lunghi <25422924+nicola-lunghi@users.noreply.github.com> Date: Thu, 24 May 2018 14:29:28 +0000 (+0100) Subject: netif require vfs X-Git-Tag: v3.1-rc2~9^2~19^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f433e4342e93aef3b66697e7216819c122d45fc;p=esp-idf netif require vfs --- diff --git a/components/lwip/CMakeLists.txt b/components/lwip/CMakeLists.txt index d44424735a..2d362f288c 100644 --- a/components/lwip/CMakeLists.txt +++ b/components/lwip/CMakeLists.txt @@ -16,7 +16,7 @@ set(COMPONENT_SRCDIRS ${LWIP_PPP_DIRS} netif port/freertos port/netif port/debug port) -set(COMPONENT_REQUIRES "") +set(COMPONENT_REQUIRES vfs) set(COMPONENT_PRIV_REQUIRES ethernet tcpip_adapter) register_component()