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

acassis pushed a commit to branch pr154
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/pr154 by this push:
     new 50c3f9c  boards/arm/c5471/c5471evm/configs/nsh/defconfig:  Fix build 
breakage
50c3f9c is described below

commit 50c3f9ce588ec5c762660756519d650ea8d0c674
Author: Gregory Nutt <gn...@nuttx.org>
AuthorDate: Thu Jan 23 15:19:05 2020 -0600

    boards/arm/c5471/c5471evm/configs/nsh/defconfig:  Fix build breakage
    
    This change backs out a portion of ac4735cf5800a21d7d37094a0091caea0b955dbe 
and corrects the dependencies on CONFIG_NETUTILS_TELNETD.  Without this change, 
the configuration will not build.  It will fail with:
    
    nsh.h:154:4: error: #error "No NSH frtont end defined."
---
 boards/arm/c5471/c5471evm/configs/nsh/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boards/arm/c5471/c5471evm/configs/nsh/defconfig 
b/boards/arm/c5471/c5471evm/configs/nsh/defconfig
index 90b3beb..3450060 100644
--- a/boards/arm/c5471/c5471evm/configs/nsh/defconfig
+++ b/boards/arm/c5471/c5471evm/configs/nsh/defconfig
@@ -26,7 +26,9 @@ CONFIG_NET=y
 CONFIG_NETDB_DNSCLIENT=y
 CONFIG_NETDB_DNSCLIENT_ENTRIES=4
 CONFIG_NETDB_DNSSERVER_NOADDR=y
+CONFIG_NETDEVICES=y
 CONFIG_NETINIT_NOMAC=y
+CONFIG_NETUTILS_TELNETD=y
 CONFIG_NETUTILS_TFTPC=y
 CONFIG_NETUTILS_WEBCLIENT=y
 CONFIG_NET_BROADCAST=y

Reply via email to