[lwIP] update net/SConscript for lwip 2.0.0

This commit is contained in:
bernard 2017-01-31 11:22:52 +08:00
parent 685c189d0b
commit cb61d1ffbc
1 changed files with 1 additions and 1 deletions

View File

@ -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: