You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/09/21 18:16:53 UTC

[incubator-nuttx] branch master updated: esp32-devkitc/wifinsh: Adds missing dependency on defconfig

This is an automated email from the ASF dual-hosted git repository.

acassis 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 0504e1d  esp32-devkitc/wifinsh: Adds missing dependency on defconfig
0504e1d is described below

commit 0504e1d5f6ff8e42577a72ced8c595371141db6a
Author: Sara Souza <sa...@espressif.com>
AuthorDate: Tue Sep 21 11:15:12 2021 -0300

    esp32-devkitc/wifinsh: Adds missing dependency on defconfig
---
 boards/xtensa/esp32/esp32-devkitc/configs/wifinsh/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/wifinsh/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/wifinsh/defconfig
index 5ada605..d3391b6 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/wifinsh/defconfig
+++ b/boards/xtensa/esp32/esp32-devkitc/configs/wifinsh/defconfig
@@ -39,6 +39,7 @@ CONFIG_MM_REGIONS=3
 CONFIG_NAME_MAX=48
 CONFIG_NETDB_DNSCLIENT=y
 CONFIG_NETDB_DNSCLIENT_NAMESIZE=64
+CONFIG_NETDEVICES=y
 CONFIG_NETDEV_LATEINIT=y
 CONFIG_NETDEV_PHY_IOCTL=y
 CONFIG_NETDEV_WIRELESS_IOCTL=y