This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 37141bb5e87cd30ece1e468244ddef95aac63e65
Author: YAMAMOTO Takashi <[email protected]>
AuthorDate: Wed Oct 13 10:57:12 2021 +0900

    Refresh configs after the removal of NET_TCP_SPLIT
---
 boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/hidmouse/defconfig | 1 -
 boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/nsh/defconfig      | 1 -
 boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/zmodem/defconfig   | 1 -
 boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nsh/defconfig          | 1 -
 boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nxhello/defconfig      | 1 -
 boards/arm/stm32/stm32butterfly2/configs/nshnet/defconfig            | 1 -
 6 files changed, 6 deletions(-)

diff --git 
a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/hidmouse/defconfig 
b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/hidmouse/defconfig
index 4bd984b..4f76a60 100644
--- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/hidmouse/defconfig
+++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/hidmouse/defconfig
@@ -43,7 +43,6 @@ CONFIG_NET_ICMP=y
 CONFIG_NET_ICMP_SOCKET=y
 CONFIG_NET_MAX_LISTENPORTS=8
 CONFIG_NET_TCP=y
-CONFIG_NET_TCP_SPLIT=y
 CONFIG_NET_UDP=y
 CONFIG_NET_UDP_CHECKSUMS=y
 CONFIG_NSH_ARCHINIT=y
diff --git a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/nsh/defconfig 
b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/nsh/defconfig
index 62f35a6..d2a546f 100644
--- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/nsh/defconfig
+++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/nsh/defconfig
@@ -52,7 +52,6 @@ CONFIG_NET_ICMP=y
 CONFIG_NET_ICMP_SOCKET=y
 CONFIG_NET_MAX_LISTENPORTS=8
 CONFIG_NET_TCP=y
-CONFIG_NET_TCP_SPLIT=y
 CONFIG_NET_UDP=y
 CONFIG_NET_UDP_CHECKSUMS=y
 CONFIG_NSH_ARCHINIT=y
diff --git a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/zmodem/defconfig 
b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/zmodem/defconfig
index 2257c90..5dbbf29 100644
--- a/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/zmodem/defconfig
+++ b/boards/arm/lpc17xx_40xx/olimex-lpc1766stk/configs/zmodem/defconfig
@@ -49,7 +49,6 @@ CONFIG_NET_ICMP=y
 CONFIG_NET_ICMP_SOCKET=y
 CONFIG_NET_MAX_LISTENPORTS=8
 CONFIG_NET_TCP=y
-CONFIG_NET_TCP_SPLIT=y
 CONFIG_NET_UDP=y
 CONFIG_NET_UDP_CHECKSUMS=y
 CONFIG_NSH_ARCHINIT=y
diff --git a/boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nsh/defconfig 
b/boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nsh/defconfig
index 97c91f7..141c68a 100644
--- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nsh/defconfig
+++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nsh/defconfig
@@ -52,7 +52,6 @@ CONFIG_NET_ICMP=y
 CONFIG_NET_ICMP_SOCKET=y
 CONFIG_NET_MAX_LISTENPORTS=8
 CONFIG_NET_TCP=y
-CONFIG_NET_TCP_SPLIT=y
 CONFIG_NET_UDP=y
 CONFIG_NET_UDP_CHECKSUMS=y
 CONFIG_NSH_ARCHINIT=y
diff --git a/boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nxhello/defconfig 
b/boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nxhello/defconfig
index 819d487..9fb12c3 100644
--- a/boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nxhello/defconfig
+++ b/boards/arm/lpc17xx_40xx/zkit-arm-1769/configs/nxhello/defconfig
@@ -60,7 +60,6 @@ CONFIG_NET_ICMP=y
 CONFIG_NET_ICMP_SOCKET=y
 CONFIG_NET_MAX_LISTENPORTS=8
 CONFIG_NET_TCP=y
-CONFIG_NET_TCP_SPLIT=y
 CONFIG_NET_UDP=y
 CONFIG_NET_UDP_CHECKSUMS=y
 CONFIG_NSH_ARCHINIT=y
diff --git a/boards/arm/stm32/stm32butterfly2/configs/nshnet/defconfig 
b/boards/arm/stm32/stm32butterfly2/configs/nshnet/defconfig
index 58b16bc..98ab44c 100644
--- a/boards/arm/stm32/stm32butterfly2/configs/nshnet/defconfig
+++ b/boards/arm/stm32/stm32butterfly2/configs/nshnet/defconfig
@@ -50,7 +50,6 @@ CONFIG_NET_ICMP=y
 CONFIG_NET_ICMP_SOCKET=y
 CONFIG_NET_LOCAL=y
 CONFIG_NET_TCP=y
-CONFIG_NET_TCP_SPLIT=y
 CONFIG_NET_UDP=y
 CONFIG_NSH_ARCHINIT=y
 CONFIG_NSH_BUILTIN_APPS=y

Reply via email to