summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-11 12:25:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-11 12:25:32 -0600
commit57d2acba435f67d561b63e6635330f182edc5047 (patch)
tree75ae50c7989a55783fcac71695fc4296ef1257a4 /apps/examples/README.txt
parentfb9444d0919f03b59d58f726f05993968ecdfdd7 (diff)
downloadpx4-nuttx-57d2acba435f67d561b63e6635330f182edc5047.tar.gz
px4-nuttx-57d2acba435f67d561b63e6635330f182edc5047.tar.bz2
px4-nuttx-57d2acba435f67d561b63e6635330f182edc5047.zip
Long needed clean up of DNS resolver for coding style and naming conventions
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 42ba317bd..23e83f48f 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -703,7 +703,7 @@ examples/nsh
CONFIG_NETUTILS_UIPLIB=y
CONFIG_NETUTILS_DHCPC=y
- CONFIG_NETUTILS_RESOLV=y
+ CONFIG_NETUTILS_DNSCLIENT=y
CONFIG_NETUTILS_TFTPC=y
CONFIG_NETUTILS_WEBCLIENT=y
@@ -1683,7 +1683,7 @@ examples/uip
CONFIG_NETUTILS_UIPLIB=y
CONFIG_NETUTILS_DHCPC=y
- CONFIG_NETUTILS_RESOLV=y
+ CONFIG_NETUTILS_DNSCLIENT=y
CONFIG_NETUTILS_WEBSERVER=y
NOTE: This example does depend on the perl script at
@@ -1905,7 +1905,7 @@ examples/wget
libraries in the defconfig file:
CONFIG_NETUTILS_UIPLIB=y
- CONFIG_NETUTILS_RESOLV=y
+ CONFIG_NETUTILS_DNSCLIENT=y
CONFIG_NETUTILS_WEBCLIENT=y
examples/wget