add the first porting for lwip 1.4.1

This commit is contained in:
Bernard Xiong
2013-03-25 04:40:09 -04:00
parent 3fbbb5d75a
commit 86fc696957
12 changed files with 1899 additions and 262 deletions
+1 -1
View File
@@ -82,6 +82,6 @@ if GetDepend(['RT_LWIP_PPP']):
if GetDepend(['RT_USING_NETUTILS']):
src += Glob('./apps/*.c')
group = DefineGroup('LwIP', src, depend = ['RT_USING_LWIP'], CPPPATH = path)
group = DefineGroup('LwIP', src, depend = ['RT_USING_LWIP', 'RT_USING_LWIP140'], CPPPATH = path)
Return('group')