change the keyword apps/netutils to external written in Make.defs
authorkang <pilseob.kang@samsung.com>
Sat, 2 Sep 2017 05:41:26 +0000 (14:41 +0900)
committerkang <pilseob.kang@samsung.com>
Sat, 2 Sep 2017 05:41:26 +0000 (14:41 +0900)
100 files changed:
apps/builtin/Make.defs
apps/examples/Make.defs
apps/examples/aws/Make.defs
apps/examples/dnsclient_test/Make.defs
apps/examples/eeprom_test/Make.defs
apps/examples/ftpc/Make.defs
apps/examples/ftpd/Make.defs
apps/examples/hello/Make.defs
apps/examples/helloxx/Make.defs
apps/examples/iotbus_test/Make.defs
apps/examples/nettest/Make.defs
apps/examples/smart/Make.defs
apps/examples/telnetd/Make.defs
apps/examples/webserver/Make.defs
apps/examples/xmlrpc/Make.defs
apps/netutils/Make.defs
apps/netutils/Makefile
apps/netutils/README.txt
apps/platform/Make.defs
apps/system/Make.defs
apps/system/cle/Make.defs
apps/system/cu/Make.defs
apps/system/flash_eraseall/Make.defs
apps/system/i2c/Make.defs
apps/system/install/Make.defs
apps/system/mdio/Make.defs
apps/system/netdb/Make.defs
apps/system/ramtest/Make.defs
apps/system/readline/Make.defs
apps/system/vi/Make.defs
external/codecs/Make.defs
external/codecs/Makefile
external/dhcpc/Make.defs
external/dhcpc/Makefile
external/dhcpd/Make.defs
external/ftpc/Make.defs
external/ftpc/Makefile
external/ftpc/ftpc_cdup.c
external/ftpc/ftpc_chdir.c
external/ftpc/ftpc_chmod.c
external/ftpc/ftpc_cmd.c
external/ftpc/ftpc_config.h
external/ftpc/ftpc_connect.c
external/ftpc/ftpc_disconnect.c
external/ftpc/ftpc_filesize.c
external/ftpc/ftpc_filetime.c
external/ftpc/ftpc_getfile.c
external/ftpc/ftpc_getreply.c
external/ftpc/ftpc_help.c
external/ftpc/ftpc_idle.c
external/ftpc/ftpc_internal.h
external/ftpc/ftpc_listdir.c
external/ftpc/ftpc_login.c
external/ftpc/ftpc_mkdir.c
external/ftpc/ftpc_noop.c
external/ftpc/ftpc_putfile.c
external/ftpc/ftpc_quit.c
external/ftpc/ftpc_rename.c
external/ftpc/ftpc_response.c
external/ftpc/ftpc_rmdir.c
external/ftpc/ftpc_rpwd.c
external/ftpc/ftpc_socket.c
external/ftpc/ftpc_transfer.c
external/ftpc/ftpc_unlink.c
external/ftpc/ftpc_utils.c
external/ftpd/Make.defs
external/ftpd/Makefile
external/include/json/cJSON.h
external/json/Make.defs
external/json/Makefile
external/json/README
external/json/cJSON.c
external/libcoap/Make.defs
external/libcoap/Makefile
external/mdns/Makefile
external/mosquitto/Make.defs
external/netlib/Make.defs
external/netlib/Makefile
external/netlib/netlib_prefix2ipv6netmask.c
external/ntpclient/Make.defs
external/ntpclient/Makefile
external/ntpclient/ntpv3.h
external/slsi_wifi/Make.defs
external/smtp/Make.defs
external/smtp/Makefile
external/telnetd/Make.defs
external/telnetd/Makefile
external/tftpc/Make.defs
external/tftpc/Makefile
external/webclient/Make.defs
external/webclient/Makefile
external/webserver/Make.defs
external/webserver/Makefile
external/websocket/Makefile
external/xmlrpc/Make.defs
external/xmlrpc/Makefile
external/xmlrpc/response.c
external/xmlrpc/xmlparser.c
framework/src/mqtt/Make.defs
framework/src/mqtt/Makefile

index f1157c7..6c11917 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/builtin/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index a91a138..3048923 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2012, 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 334b9fe..fe24082 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/aws/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 5877753..19971ad 100644 (file)
@@ -1,6 +1,6 @@
 ############################################################################
 # apps/examples/dnsclient_test/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index d85891d..8575982 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/eeprom_test/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index ae40e9e..d2fdd5e 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/ftpc/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 6ed934e..e71ec45 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/ftpd/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index cba6dc6..c2b4e12 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/hello/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 124df06..b12056b 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/helloxx/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index a1d3fb6..1c36ffe 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/iotbus_test/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 7604bdf..330a42a 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/nettest/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 3f60f6f..a58dabc 100644 (file)
@@ -1,6 +1,6 @@
 ############################################################################
 # apps/examples/smart/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 5d81709..e5d6b66 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/telnetd/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 1d9894d..11a1230 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/webserver/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 540101a..a1a46cd 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/examples/xmlrpc/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 763f2e4..8bbf0ae 100644 (file)
@@ -16,8 +16,8 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/Make.defs
-# Adds selected applications to apps/ build
+# external/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index c8c86cd..609d00f 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/Makefile
+# external/Makefile
 #
 #   Copyright (C) 2011-2012, 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 0510a4a..68be53c 100644 (file)
@@ -15,7 +15,7 @@ These applications are not all heavily tested.
 Apps include:
 
   dhcpc     - Dynamic Host Configuration Protocol (DHCP) client.
-              See apps/netutils/dhcpc.h for interface information.
+              See external/dhcpc.h for interface information.
   dhcpd     - Dynamic Host Configuration Protocol (DHCP) server.
               See apps/include/netutils/dhcpd.h for interface information.
   ftpc      - FTP client.
@@ -28,9 +28,9 @@ Apps include:
               http://www.drdobbs.com/web-development/an-embeddable-lightweight-xml-rpc-server/184405364.
               See apps/include/netutils/cJSON.h for interface information.
   mdns      - multicast Domain Name System (mDNS).
-              See apps/netutils/mdns/mdns.h for interface information.
+              See external/mdns/mdns.h for interface information.
   netlib    - network libraries that includes IP address support, HTTP support and generic server logic.
-              See apps/netutils/netlib.h for interface information.
+              See external/netlib.h for interface information.
   ntpclient - This is a fragmentary NTP client. It neither well-tested
               nor mature nor complete at this point in time.
               See apps/include/netutils/ntpclient.h for interface information.
@@ -43,7 +43,7 @@ Apps include:
   webclient - HTTP web client.
               See apps/include/netutils/webclient.h for interface information.
   webserver - HTTP web server.
-              See os/include/apps/netutils/webserver/http_server.h for interface information.
+              See os/include/external/webserver/http_server.h for interface information.
   websocket - websocket server and client.
               See apps/include/netutils/websocket.h for interface information.
   xmlrpc    - The Embeddable Lightweight XML-RPC Server discussed at
index 1155045..40fed56 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/platform/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2013 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 9d045ba..38a1f8d 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2012-2014 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index bf944f9..79845dc 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/cle/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 68df06e..e642d66 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/cu/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 9e54d26..a811f4c 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/flash_eraseall/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 474107f..128d083 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/i2c/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 2d17388..9e43428 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/install/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 1b303a9..a8d893b 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/mdio/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index e24797a..59e88b3 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/netdb/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 767ac57..52fa035 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/ramtest/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 6e77c07..2ec2b52 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/readline/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index b0bb771..81de000 100644 (file)
@@ -17,7 +17,7 @@
 ###########################################################################
 ############################################################################
 # apps/system/vi/Make.defs
-# Adds selected applications to apps/ build
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index b4e4fc4..a822dec 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/codecs/Make.defs
-# Adds selected applications to apps/ build
+# external/codecs/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 21a2802..3f6bfec 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/codecs/Makefile
+# external/codecs/Makefile
 #
 #   Copyright (C) 2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 2dccb9d..9d692a0 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/dhcpc/Make.defs
-# Adds selected applications to apps/ build
+# external/dhcpc/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 7c93c41..fa0cf0e 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/dhcpc/Makefile
+# external/dhcpc/Makefile
 #
 #   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 78f8ada..acd32d3 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/dhcpd/Make.defs
-# Adds selected applications to apps/ build
+# external/dhcpd/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 4832ea5..b83109b 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/ftpc/Make.defs
-# Adds selected applications to apps/ build
+# external/ftpc/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 04e8919..4c51b0d 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/ftpc/Makefile
+# external/ftpc/Makefile
 #
 #   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 32537da..17fe466 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_cdup.c
+ * external/ftpc/ftpc_cdup.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 4aa25aa..0adc003 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_chdir.c
+ * external/ftpc/ftpc_chdir.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 0314763..323dbc4 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_chmod.c
+ * external/ftpc/ftpc_chmod.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index e85d2b6..a2bf57a 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_cmd.c
+ * external/ftpc/ftpc_cmd.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 2ba1557..4a01dfb 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_config.h
+ * external/ftpc/ftpc_config.h
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 52c1130..6adae3a 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_connect.c
+ * external/ftpc/ftpc_connect.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 4ca48b2..001feab 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_disconnect.c
+ * external/ftpc/ftpc_disconnect.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index fe72500..2a8da8f 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_filesize.c
+ * external/ftpc/ftpc_filesize.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 6aedbaf..0f7b3a0 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_filetime.c
+ * external/ftpc/ftpc_filetime.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 0b8e5a4..65a8ebb 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_getfile.c
+ * external/ftpc/ftpc_getfile.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 6dc2821..06e2739 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_getreply.c
+ * external/ftpc/ftpc_getreply.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 7b16021..ef26e7f 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_help.c
+ * external/ftpc/ftpc_help.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 7df582a..e65545d 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_idle.c
+ * external/ftpc/ftpc_idle.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 6b00973..e37bad3 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_internal.h
+ * external/ftpc/ftpc_internal.h
  *
  *   Copyright (C) 2011, 2014 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 45ac432..f5a0bea 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_listdir.c
+ * external/ftpc/ftpc_listdir.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index f23fcd1..7cb8ad2 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_login.c
+ * external/ftpc/ftpc_login.c
  *
  *   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 355ac99..d3301b5 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_mkdir.c
+ * external/ftpc/ftpc_mkdir.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 197c181..ced55d4 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_noop.c
+ * external/ftpc/ftpc_noop.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 0316460..2344370 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_putfile.c
+ * external/ftpc/ftpc_putfile.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index b9ff406..e08913c 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_quit.c
+ * external/ftpc/ftpc_quit.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index a634880..740ec27 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_rename.c
+ * external/ftpc/ftpc_rename.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 180bbb3..f71b0b4 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_response.c
+ * external/ftpc/ftpc_response.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index d60368f..8227530 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_rmdir.c
+ * external/ftpc/ftpc_rmdir.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 2ba8a22..7873d8c 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_rpwd.c
+ * external/ftpc/ftpc_rpwd.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index f268903..8a97c37 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_socket.c
+ * external/ftpc/ftpc_socket.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 0fb37aa..543c6c8 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_transfer.c
+ * external/ftpc/ftpc_transfer.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 4faf833..4f0f6e1 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_unlink.c
+ * external/ftpc/ftpc_unlink.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index 3c4bbcd..c87d8c3 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ftpc/ftpc_utils.c
+ * external/ftpc/ftpc_utils.c
  *
  *   Copyright (C) 2011 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index bf5fe8d..56822a8 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/ftpd/Make.defs
-# Adds selected applications to apps/ build
+# external/ftpd/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index ba0a9c2..fa1c7e5 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/ftpd/Makefile
+# external/ftpd/Makefile
 #
 #   Copyright (C) 2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index bf82783..ca28f34 100755 (executable)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/json/cJSON.c
+ * external/json/cJSON.c
  *
  * This file is a part of NuttX:
  *
index fead411..dd7039c 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/json/Make.defs
-# Adds selected applications to apps/ build
+# external/json/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 9ae5da9..50483ba 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/json/Makefile
+# external/json/Makefile
 #
 #   Copyright (C) 2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 058644f..8b92d58 100644 (file)
@@ -1,4 +1,4 @@
-apps/netutils/json/README.txt
+external/json/README.txt
 =============================
 
 This directory contains logic taken from the cJSON project:
index dd426b3..17d3a53 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/json/cJSON.c
+ * external/json/cJSON.c
  *
  * This file is a part of NuttX:
  *
index 61d6805..a6d148d 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/libcoap/Make.defs
-# Adds selected applications to apps/ build
+# external/libcoap/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index aa033f4..8146159 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/libcoap/Makefile
+# external/libcoap/Makefile
 #
 #   Copyright (C) 2014 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 396d744..e8c1618 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/mdns/Makefile
+# external/mdns/Makefile
 #
 #   Copyright (C) 2011-2012, 2014 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 7ed2ffd..0fd81eb 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/dhcpd/Make.defs
-# Adds selected applications to apps/ build
+# external/dhcpd/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 7184c4a..3781ed3 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/netlib/Make.defs
-# Adds selected applications to apps/ build
+# external/netlib/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 9b9e455..eeb3840 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/netlib/Makefile
+# external/netlib/Makefile
 #
 #   Copyright (C) 2011-2012, 2014-2015 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 456b8a8..2b795f8 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/netlib/netlib_prefix2ipv6netmask.c
+ * external/netlib/netlib_prefix2ipv6netmask.c
  *
  *   Copyright (C) 2015 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index f8921de..530499e 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/ntpclient/Make.defs
-# Adds selected applications to apps/ build
+# external/ntpclient/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 96efac5..d9b9ed3 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/ntpclient/Makefile
+# external/ntpclient/Makefile
 #
 #   Copyright (C) 2014 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index c3f5758..a8d5e74 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/ntpclient/ntpv3.h
+ * external/ntpclient/ntpv3.h
  *
  *   Copyright (C) 2014 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
index c300667..f142e5c 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/dhcpd/Make.defs
-# Adds selected applications to apps/ build
+# external/dhcpd/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 646d88d..1e9c710 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/smtp/Make.defs
-# Adds selected applications to apps/ build
+# external/smtp/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 6bcaf9e..857824d 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/smtp/Makefile
+# external/smtp/Makefile
 #
 #   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index bee0365..c6b7d14 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/telnetd/Make.defs
-# Adds selected applications to apps/ build
+# external/telnetd/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 97cf0ca..ce3fb1c 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/telnetd/Makefile
+# external/telnetd/Makefile
 #
 #   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 5619ca8..67b6216 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/tftpc/Make.defs
-# Adds selected applications to apps/ build
+# external/tftpc/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 78c7a85..02c2e62 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/tftpc/Makefile
+# external/tftpc/Makefile
 #
 #   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 39880f9..d481dd3 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/webclient/Make.defs
-# Adds selected applications to apps/ build
+# external/webclient/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index a4b9ce1..16f37d5 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/webclient/Makefile
+# external/webclient/Makefile
 #
 #   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 6ce4e51..d061a73 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/webserver/Make.defs
-# Adds selected applications to apps/ build
+# external/webserver/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 73635fe..a5c2a08 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/webserver/Makefile
+# external/webserver/Makefile
 #
 #   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 82ca87b..f5ebd5d 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/websocket/Makefile
+# external/websocket/Makefile
 #
 #   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index c110fd0..c9b4cab 100644 (file)
@@ -16,8 +16,8 @@
 #
 ###########################################################################
 
-# apps/netutils/xmlrpc/Make.defs
-# Adds selected applications to apps/ build
+# external/xmlrpc/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index ae496bc..0c79ea3 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/xmlrpc/Makefile
+# external/xmlrpc/Makefile
 #
 #   Copyright (C) 2012 Max Holtzberg. All rights reserved.
 #   Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
index 94d283a..68e10cf 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/xmlrpc/response.c
+ * external/xmlrpc/response.c
  *
  *   Copyright (C) 2012 Max Holtzberg. All rights reserved.
  *   Author: Max Holtzberg <mh@uvc.de>
index c7443d3..96e6cf6 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * apps/netutils/xmlrpc/xmlparser.c
+ * external/xmlrpc/xmlparser.c
  *
  *   Copyright (C) 2012 Max Holtzberg. All rights reserved.
  *   Author: Max Holtzberg <mh@uvc.de>
index 5e1263a..018ee57 100644 (file)
@@ -15,8 +15,8 @@
 # language governing permissions and limitations under the License.
 #
 ###########################################################################
-# apps/netutils/mqtt/Make.defs
-# Adds selected applications to apps/ build
+# external/mqtt/Make.defs
+# Adds selected applications to external/ build
 #
 #   Copyright (C) 2016 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>
index 299b34c..afd60d4 100644 (file)
@@ -16,7 +16,7 @@
 #
 ###########################################################################
 ############################################################################
-# apps/netutils/mqtt/Makefile
+# external/mqtt/Makefile
 #
 #   Copyright (C) 2014 Gregory Nutt. All rights reserved.
 #   Author: Gregory Nutt <gnutt@nuttx.org>