From 5694c77bcf1ccb70af2f306f8209b23b61dc16d0 Mon Sep 17 00:00:00 2001 From: hduffddybz Date: Sat, 30 Aug 2014 11:10:50 +0800 Subject: [PATCH] add judge of RT_USING_LWIP_HEAD --- components/net/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/net/SConscript b/components/net/SConscript index c1246a601c..587018d809 100644 --- a/components/net/SConscript +++ b/components/net/SConscript @@ -7,7 +7,7 @@ objs = [] list = os.listdir(os.path.join(RTT_ROOT, 'components', 'net')) # the default version of LWIP is 1.4.1 -if not GetDepend('RT_USING_LWIP132') and not GetDepend('RT_USING_LWIP140'): +if not GetDepend('RT_USING_LWIP132') and not GetDepend('RT_USING_LWIP140') and not GetDepend('RT_USING_LWIP_HEAD'): AddDepend('RT_USING_LWIP141') for d in list: -- GitLab