]> granicus.if.org Git - esp-idf/commitdiff
netif require vfs
authorNicola Lunghi <25422924+nicola-lunghi@users.noreply.github.com>
Thu, 24 May 2018 14:29:28 +0000 (15:29 +0100)
committerAngus Gratton <gus@projectgus.com>
Tue, 29 May 2018 06:34:45 +0000 (16:34 +1000)
components/lwip/CMakeLists.txt

index d44424735aa21417539a506cda781cd6c9f88e52..2d362f288cc17c480cdec3d0440475263fcb00b8 100644 (file)
@@ -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()