You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/12/30 04:12:47 UTC

[incubator-nuttx] branch master updated: boards/sim: recovered eth0 interface in sim:tcpblaster configuration

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


The following commit(s) were added to refs/heads/master by this push:
     new 944f6e9  boards/sim: recovered eth0 interface in sim:tcpblaster configuration
944f6e9 is described below

commit 944f6e9ec3e1e552f44395adb88a65b11d61a1a8
Author: Alexander Lunev <al...@mail.ru>
AuthorDate: Thu Dec 30 05:36:51 2021 +0300

    boards/sim: recovered eth0 interface in sim:tcpblaster configuration
---
 boards/sim/sim/sim/configs/tcpblaster/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/sim/sim/sim/configs/tcpblaster/defconfig b/boards/sim/sim/sim/configs/tcpblaster/defconfig
index a9f9664c..a30cee2 100644
--- a/boards/sim/sim/sim/configs/tcpblaster/defconfig
+++ b/boards/sim/sim/sim/configs/tcpblaster/defconfig
@@ -102,6 +102,7 @@ CONFIG_SERIAL_TERMIOS=y
 CONFIG_SIG_DEFAULT=y
 CONFIG_SIG_EVTHREAD=y
 CONFIG_SIM_HOSTFS=y
+CONFIG_SIM_NETDEV=y
 CONFIG_STACK_COLORATION=y
 CONFIG_SYSLOG_BUFFER=y
 CONFIG_SYSLOG_CONSOLE=y