Re-enable Net library inclusion for NuttX build in FMU-v6x

- But it will be deleted when you trigger `menuconfig` again anyways :P
This commit is contained in:
Junwoo Hwang 2022-10-04 13:58:44 +02:00
parent 5951a0944d
commit 5df558f1cb

View File

@ -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