mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 06:13:56 +08:00
[components][dfs] 移除冗余代码
[components][net] 修复 Kconfig [components][net][sal] 还原对 SAL 框架的修改,在 proto_ops 结构体实例赋值位置修改 Signed-off-by: MurphyZhao <d2014zjt@163.com>
This commit is contained in:
@@ -73,7 +73,7 @@ config RT_USING_LWIP
|
||||
bool "lwIP v2.1.0"
|
||||
endchoice
|
||||
|
||||
if (RT_USING_LWIP210)
|
||||
if (RT_USING_LWIP210 || RT_USING_LWIP202)
|
||||
config RT_USING_LWIP_IPV6
|
||||
bool "IPV6 protocol"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user