From cf292bef078e8acd94e5eedd007b06956fed83e2 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 17 Jun 2021 15:27:46 -0700 Subject: [PATCH] px4_fmu-v6x: Update nsh defconfig NuttX 10.1.0+ CONFIG_NET_SOCKOPTS Automatic --- boards/px4/fmu-v6x/nuttx-config/nsh/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/px4/fmu-v6x/nuttx-config/nsh/defconfig b/boards/px4/fmu-v6x/nuttx-config/nsh/defconfig index cd7bfc4151..1d32cb5b38 100644 --- a/boards/px4/fmu-v6x/nuttx-config/nsh/defconfig +++ b/boards/px4/fmu-v6x/nuttx-config/nsh/defconfig @@ -120,7 +120,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