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/10/26 13:02:00 UTC

[incubator-nuttx] 02/02: boards/sim: refresh the defconfig since SIM_NETDEV changed

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

commit c1e2fd90141add5330b520dc2220a73502f58093
Author: chao.an <an...@xiaomi.com>
AuthorDate: Tue Oct 26 19:40:11 2021 +0800

    boards/sim: refresh the defconfig since SIM_NETDEV changed
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 boards/sim/sim/sim/configs/libcxxtest/defconfig | 1 +
 boards/sim/sim/sim/configs/module/defconfig     | 1 +
 boards/sim/sim/sim/configs/module32/defconfig   | 1 +
 boards/sim/sim/sim/configs/rpserver/defconfig   | 1 +
 boards/sim/sim/sim/configs/sotest/defconfig     | 1 +
 boards/sim/sim/sim/configs/sotest32/defconfig   | 1 +
 boards/sim/sim/sim/configs/vpnkit/defconfig     | 1 +
 7 files changed, 7 insertions(+)

diff --git a/boards/sim/sim/sim/configs/libcxxtest/defconfig b/boards/sim/sim/sim/configs/libcxxtest/defconfig
index 86a397f..b5954e7 100644
--- a/boards/sim/sim/sim/configs/libcxxtest/defconfig
+++ b/boards/sim/sim/sim/configs/libcxxtest/defconfig
@@ -86,6 +86,7 @@ CONFIG_SCHED_HAVE_PARENT=y
 CONFIG_SCHED_ONEXIT=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
+CONFIG_SIM_NETDEV=y
 CONFIG_START_MONTH=6
 CONFIG_START_YEAR=2008
 CONFIG_STDIO_DISABLE_BUFFERING=y
diff --git a/boards/sim/sim/sim/configs/module/defconfig b/boards/sim/sim/sim/configs/module/defconfig
index d1b4406..468ded8 100644
--- a/boards/sim/sim/sim/configs/module/defconfig
+++ b/boards/sim/sim/sim/configs/module/defconfig
@@ -69,6 +69,7 @@ CONFIG_SCHED_ONEXIT=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
 CONFIG_SIG_DEFAULT=y
+CONFIG_SIM_NETDEV=y
 CONFIG_START_MONTH=6
 CONFIG_START_YEAR=2008
 CONFIG_STDIO_DISABLE_BUFFERING=y
diff --git a/boards/sim/sim/sim/configs/module32/defconfig b/boards/sim/sim/sim/configs/module32/defconfig
index 5e6d376..514e19a 100644
--- a/boards/sim/sim/sim/configs/module32/defconfig
+++ b/boards/sim/sim/sim/configs/module32/defconfig
@@ -69,6 +69,7 @@ CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
 CONFIG_SIG_DEFAULT=y
 CONFIG_SIM_M32=y
+CONFIG_SIM_NETDEV=y
 CONFIG_START_MONTH=6
 CONFIG_START_YEAR=2008
 CONFIG_STDIO_DISABLE_BUFFERING=y
diff --git a/boards/sim/sim/sim/configs/rpserver/defconfig b/boards/sim/sim/sim/configs/rpserver/defconfig
index 311e40c..bf6c33e 100644
--- a/boards/sim/sim/sim/configs/rpserver/defconfig
+++ b/boards/sim/sim/sim/configs/rpserver/defconfig
@@ -63,6 +63,7 @@ CONFIG_SCHED_HPWORK=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SIG_DEFAULT=y
 CONFIG_SIM_M32=y
+CONFIG_SIM_NETDEV=y
 CONFIG_SIM_NET_BRIDGE=y
 CONFIG_SIM_RPTUN_MASTER=y
 CONFIG_SYSLOG_PREFIX=y
diff --git a/boards/sim/sim/sim/configs/sotest/defconfig b/boards/sim/sim/sim/configs/sotest/defconfig
index 938e129..4c8d8ed 100644
--- a/boards/sim/sim/sim/configs/sotest/defconfig
+++ b/boards/sim/sim/sim/configs/sotest/defconfig
@@ -68,6 +68,7 @@ CONFIG_SCHED_ONEXIT=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
 CONFIG_SIG_DEFAULT=y
+CONFIG_SIM_NETDEV=y
 CONFIG_START_MONTH=6
 CONFIG_START_YEAR=2008
 CONFIG_STDIO_DISABLE_BUFFERING=y
diff --git a/boards/sim/sim/sim/configs/sotest32/defconfig b/boards/sim/sim/sim/configs/sotest32/defconfig
index df43674..607ccc3 100644
--- a/boards/sim/sim/sim/configs/sotest32/defconfig
+++ b/boards/sim/sim/sim/configs/sotest32/defconfig
@@ -69,6 +69,7 @@ CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
 CONFIG_SIG_DEFAULT=y
 CONFIG_SIM_M32=y
+CONFIG_SIM_NETDEV=y
 CONFIG_START_MONTH=6
 CONFIG_START_YEAR=2008
 CONFIG_STDIO_DISABLE_BUFFERING=y
diff --git a/boards/sim/sim/sim/configs/vpnkit/defconfig b/boards/sim/sim/sim/configs/vpnkit/defconfig
index 3f45b1c..d82b8ab 100644
--- a/boards/sim/sim/sim/configs/vpnkit/defconfig
+++ b/boards/sim/sim/sim/configs/vpnkit/defconfig
@@ -81,6 +81,7 @@ CONFIG_SCHED_HAVE_PARENT=y
 CONFIG_SCHED_ONEXIT=y
 CONFIG_SCHED_WAITPID=y
 CONFIG_SDCLONE_DISABLE=y
+CONFIG_SIM_NETDEV=y
 CONFIG_SIM_NETDEV_VPNKIT=y
 CONFIG_START_MONTH=6
 CONFIG_START_YEAR=2008