summaryrefslogtreecommitdiff
path: root/apps/netutils
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-19 09:18:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-19 09:18:38 -0600
commit610b9f4feae893fa8a892dc22e2d9bfbaee722dc (patch)
tree34aee5c7a8ca6ee2a8e1fb24ad619534844c1614 /apps/netutils
parent0e23dd8d26d1052a460258feb8fbb994540f241a (diff)
downloadnuttx-610b9f4feae893fa8a892dc22e2d9bfbaee722dc.tar.gz
nuttx-610b9f4feae893fa8a892dc22e2d9bfbaee722dc.tar.bz2
nuttx-610b9f4feae893fa8a892dc22e2d9bfbaee722dc.zip
zkit-arm-1769: Refreshed all configurations
Diffstat (limited to 'apps/netutils')
-rw-r--r--apps/netutils/dnsclient/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/dnsclient/Kconfig b/apps/netutils/dnsclient/Kconfig
index 77b2bd634..1bdf7a585 100644
--- a/apps/netutils/dnsclient/Kconfig
+++ b/apps/netutils/dnsclient/Kconfig
@@ -6,7 +6,7 @@
config NETUTILS_DNSCLIENT
bool "DNS Name resolution"
default n
- depends on NET && NET_UDP && NET_BROADCAST
+ depends on NET && NET_UDP
---help---
Enable support for the name resolution.