1
0
Эх сурвалжийг харах

[components] 移除对老版本bsp的lwip版本默认选定

Meco Man 3 жил өмнө
parent
commit
898ea9e7d4
1 өөрчлөгдсөн 0 нэмэгдсэн , 5 устгасан
  1. 0 5
      components/SConscript

+ 0 - 5
components/SConscript

@@ -7,11 +7,6 @@ objs = []
 cwd  = GetCurrentDir()
 list = os.listdir(cwd)
 
-# In some old bsp folder, Only define RT_USING_LWIP but not define which of LWIP stack.
-# For this reason, the default lwip stack will be set LWIP2.0.3.
-if not GetDepend('RT_USING_LWIP141') and not GetDepend('RT_USING_LWIP202') and not GetDepend('RT_USING_LWIP203') and not GetDepend('RT_USING_LWIP212'):
-    AddDepend('RT_USING_LWIP203')
-
 for item in list:
     if item in remove_components:
         continue