From 5df558f1cbab2d17d49a5030c4430795c7bfa376 Mon Sep 17 00:00:00 2001 From: Junwoo Hwang Date: Tue, 4 Oct 2022 13:58:44 +0200 Subject: [PATCH] Re-enable Net library inclusion for NuttX build in FMU-v6x - But it will be deleted when you trigger `menuconfig` again anyways :P --- boards/px4/fmu-v6x/nuttx-config/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/px4/fmu-v6x/nuttx-config/nsh/defconfig b/boards/px4/fmu-v6x/nuttx-config/nsh/defconfig index 49111a9b71..7425870552 100644 --- a/boards/px4/fmu-v6x/nuttx-config/nsh/defconfig +++ b/boards/px4/fmu-v6x/nuttx-config/nsh/defconfig @@ -127,6 +127,7 @@ CONFIG_NET_ETH_PKTSIZE=1518 CONFIG_NET_ICMP=y CONFIG_NET_ICMP_SOCKET=y CONFIG_NET_SLIP=y +CONFIG_NETUTILS_NETLIB=y CONFIG_NET_SOLINGER=y CONFIG_NET_TCP=y CONFIG_NET_TCPBACKLOG=y