From f5d679fae4c97e6643d64acea23de84a69d502fc Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 17 Jun 2021 15:27:29 -0700 Subject: [PATCH] px4_fmu-v5x: Update nsh defconfig NuttX 10.1.0+ CONFIG_NET_SOCKOPTS Automatic --- boards/px4/fmu-v5x/nuttx-config/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/px4/fmu-v5x/nuttx-config/nsh/defconfig b/boards/px4/fmu-v5x/nuttx-config/nsh/defconfig index 990b1eac93..1e2f342fbe 100644 --- a/boards/px4/fmu-v5x/nuttx-config/nsh/defconfig +++ b/boards/px4/fmu-v5x/nuttx-config/nsh/defconfig @@ -118,7 +118,6 @@ CONFIG_NET_ARP_SEND=y CONFIG_NET_BROADCAST=y CONFIG_NET_ICMP=y CONFIG_NET_ICMP_SOCKET=y -CONFIG_NET_SOCKOPTS=y CONFIG_NET_SOLINGER=y CONFIG_NET_TCP=y CONFIG_NET_TCPBACKLOG=y