From 0e1266ac101c8f70a004ef0a54a97036cf8dd10f Mon Sep 17 00:00:00 2001 From: liuxianliang Date: Mon, 28 Jun 2021 11:47:13 +0800 Subject: [PATCH] [remove] redundant script. --- components/net/SConscript | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/net/SConscript b/components/net/SConscript index e3b6fef89f..031e92284c 100644 --- a/components/net/SConscript +++ b/components/net/SConscript @@ -7,10 +7,6 @@ objs = [] cwd = GetCurrentDir() list = os.listdir(cwd) -# the default version of LWIP is 2.0.2 -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_LWIP202') - for d in list: path = os.path.join(cwd, d) if os.path.isfile(os.path.join(path, 'SConscript')):