From 3420753aaa8c5bb506af957500d2c9d3ae9fd4c7 Mon Sep 17 00:00:00 2001 From: "Deomid \"rojer\" Ryabkov" Date: Sun, 7 Mar 2021 16:12:36 +0000 Subject: [PATCH] Change condition --- platforms/esp8266/Makefile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/esp8266/Makefile.build b/platforms/esp8266/Makefile.build index 1913430cf..b5c59d6f2 100644 --- a/platforms/esp8266/Makefile.build +++ b/platforms/esp8266/Makefile.build @@ -162,7 +162,7 @@ MEMORY_FLAGS = -DFS_MAX_OPEN_FILES=5 .PHONY: all clean -ifneq "$(MGOS_ESP8266_LWIP)" "1" +ifeq "$(MGOS_ESP8266_LWIP)" "2" # NB: These setting must match ones used during build of the LwIP library during Docker image build. LWIP_CFLAGS = -DTCP_MSS=1460 -DTCP_MSL=5000 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DLWIP_COMPAT_SOCKETS=0 \ -I$(MGOS_PATH)/include