add lwip-2.0.2 compile compatibility

This commit is contained in:
xools
2017-04-22 22:39:09 -07:00
parent d320c43d2d
commit 3cad43fc05
7 changed files with 98 additions and 15 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_LWIP200'):
if not GetDepend('RT_USING_LWIP132') and not GetDepend('RT_USING_LWIP140') and not GetDepend('RT_USING_LWIP200') and not GetDepend('RT_USING_LWIP202'):
AddDepend('RT_USING_LWIP141')
for d in list: