[components][dfs] 移除冗余代码

[components][net] 修复 Kconfig
[components][net][sal] 还原对 SAL 框架的修改,在 proto_ops 结构体实例赋值位置修改

Signed-off-by: MurphyZhao <d2014zjt@163.com>
This commit is contained in:
MurphyZhao
2018-11-02 10:26:37 +08:00
parent 58a6b51236
commit c3cc7a29c8
4 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -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