From 50c3f9ce588ec5c762660756519d650ea8d0c674 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 23 Jan 2020 15:19:05 -0600 Subject: [PATCH] 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 90b3beb0ee..3450060990 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