summaryrefslogtreecommitdiff
path: root/apps/netutils/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-02 16:04:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-02 16:04:25 -0600
commitd103465a456ac87392afd42dbfebd3252ccbf2c6 (patch)
tree08dbfc80efa9d36da0859d15c514a7d86165625e /apps/netutils/README.txt
parent7668388eb7fd1960efaa409e3191cc7b7d5cb014 (diff)
downloadpx4-nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.tar.gz
px4-nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.tar.bz2
px4-nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.zip
NET: Rename uiplib/UIPLIB to netlib/NETLIB
Diffstat (limited to 'apps/netutils/README.txt')
-rw-r--r--apps/netutils/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/netutils/README.txt b/apps/netutils/README.txt
index 83e774638..818f6a784 100644
--- a/apps/netutils/README.txt
+++ b/apps/netutils/README.txt
@@ -75,7 +75,7 @@ highly influenced by uIP) include:
defconfig file to select the appropriate netutils
libraries:
- CONFIG_NETUTILS_UIPLIB=y
+ CONFIG_NETUTILS_NETLIB=y
CONFIG_NETUTILS_THTTPD=y
xmlrpc - The Embeddable Lightweight XML-RPC Server discussed at
@@ -92,7 +92,7 @@ Telnetd into your custom applications.
To enable and link the Telnetd daemon, you need to include the following in
in your defconfig file:
- CONFIG_NETUTILS_UIPLIB=y
+ CONFIG_NETUTILS_NETLIB=y
CONFIG_NETUTILS_TELNETD=y
Also if the Telnet console is enabled, make sure that you have the following