diff --git a/components/net/SConscript b/components/net/SConscript index 0341cca759d4ff627b34ffb97a8b67685ef40d79..26748661787218e4c1eb90f54bd5cb2f82a99962 100644 --- a/components/net/SConscript +++ b/components/net/SConscript @@ -8,7 +8,7 @@ cwd = GetCurrentDir() list = os.listdir(cwd) # the default version of LWIP is 1.4.1 -if not GetDepend('RT_USING_LWIP132') and not GetDepend('RT_USING_LWIP140') and not GetDepend('RT_USING_LWIP_HEAD'): +if not GetDepend('RT_USING_LWIP132') and not GetDepend('RT_USING_LWIP140') and not GetDepend('RT_USING_LWIP200'): AddDepend('RT_USING_LWIP141') for d in list: