diff --git a/components/net/SConscript b/components/net/SConscript index c1246a601c66e6b911d6dae9c49d512e3237c349..587018d809e1f94a25db0cd716ac03075666fe9d 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: