From 898ea9e7d4d3acf7069dc65810ff12187bd37f3c Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Mon, 28 Jun 2021 15:33:14 +0800 Subject: [PATCH] =?UTF-8?q?[components]=20=E7=A7=BB=E9=99=A4=E5=AF=B9?= =?UTF-8?q?=E8=80=81=E7=89=88=E6=9C=ACbsp=E7=9A=84lwip=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SConscript | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/SConscript b/components/SConscript index 88927f881c..82efd7b2fe 100644 --- a/components/SConscript +++ b/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