|
@@ -9,7 +9,8 @@ COMPONENT_ADD_INCLUDEDIRS := \
|
|
|
lwip/src/include \
|
|
lwip/src/include \
|
|
|
port/esp32/include \
|
|
port/esp32/include \
|
|
|
port/esp32/include/arch \
|
|
port/esp32/include/arch \
|
|
|
- include_compat
|
|
|
|
|
|
|
+ include_compat \
|
|
|
|
|
+ port/esp32/tcp_isn
|
|
|
|
|
|
|
|
COMPONENT_SRCDIRS := \
|
|
COMPONENT_SRCDIRS := \
|
|
|
apps/dhcpserver \
|
|
apps/dhcpserver \
|
|
@@ -30,6 +31,10 @@ ifdef CONFIG_PPP_SUPPORT
|
|
|
COMPONENT_SRCDIRS += lwip/src/netif/ppp lwip/src/netif/ppp/polarssl
|
|
COMPONENT_SRCDIRS += lwip/src/netif/ppp lwip/src/netif/ppp/polarssl
|
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
|
|
+ifdef CONFIG_LWIP_TCP_ISN_HOOK
|
|
|
|
|
+ COMPONENT_SRCDIRS += port/esp32/tcp_isn
|
|
|
|
|
+endif
|
|
|
|
|
+
|
|
|
CFLAGS += -Wno-address # lots of LWIP source files evaluate macros that check address of stack variables
|
|
CFLAGS += -Wno-address # lots of LWIP source files evaluate macros that check address of stack variables
|
|
|
|
|
|
|
|
ifeq ($(GCC_NOT_5_2_0), 1)
|
|
ifeq ($(GCC_NOT_5_2_0), 1)
|