4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-27 23:47:05 +08:00

Solve the problem of RT_USING_DFS cyclic dependency.

This commit is contained in:
weety 2018-09-05 20:52:16 +08:00
parent 4212c72ff5
commit ae6f47e274

View File

@ -154,7 +154,7 @@ if RT_USING_DFS
config RT_USING_DFS_NFS
bool "Using NFS v3 client file system"
select RT_USING_LWIP
depends on RT_USING_LWIP
default n
if RT_USING_DFS_NFS