summaryrefslogtreecommitdiff
path: root/apps/examples/tcpecho/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/tcpecho/Kconfig')
-rw-r--r--apps/examples/tcpecho/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/tcpecho/Kconfig b/apps/examples/tcpecho/Kconfig
index cc063e0a5..ffa6397df 100644
--- a/apps/examples/tcpecho/Kconfig
+++ b/apps/examples/tcpecho/Kconfig
@@ -31,7 +31,7 @@ config EXAMPLES_TCPECHO_DHCPC
default n
depends on EXAMPLES_TCPECHO && !NSH_BUILTIN_APPS
select NETUTILS_DHCPC
- select NETUTILS_RESOLV
+ select NETUTILS_DNSCLIENT
config EXAMPLES_TCPECHO_NOMAC
bool "Use Canned MAC Address"