提交 f08039ff 编写于 作者: M MurphyZhao

[components][net] 更新 Kconfig 和 SConscript,支持 LWIP210

Signed-off-by: NMurphyZhao <d2014zjt@163.com>
上级 8455ad87
......@@ -68,9 +68,12 @@ config RT_USING_LWIP
config RT_USING_LWIP202
bool "lwIP v2.0.2"
config RT_USING_LWIP210
bool "lwIP v2.1.0"
endchoice
if RT_USING_LWIP202
if (RT_USING_LWIP210)
config RT_USING_LWIP_IPV6
bool "IPV6 protocol"
default n
......
......@@ -8,7 +8,7 @@ cwd = GetCurrentDir()
list = os.listdir(cwd)
# the default version of LWIP is 2.0.2
if not GetDepend('RT_USING_LWIP141') and not GetDepend('RT_USING_LWIP202'):
if not GetDepend('RT_USING_LWIP141') and not GetDepend('RT_USING_LWIP202') and not GetDepend('RT_USING_LWIP210'):
AddDepend('RT_USING_LWIP202')
for d in list:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册