From 2f433e4342e93aef3b66697e7216819c122d45fc Mon Sep 17 00:00:00 2001 From: Nicola Lunghi <25422924+nicola-lunghi@users.noreply.github.com> Date: Thu, 24 May 2018 15:29:28 +0100 Subject: [PATCH] netif require vfs --- components/lwip/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()