summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-11 00:27:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-11 00:27:29 +0000
commitdd1708a63c78d0d5c9c229371a9c89afcc4664dd (patch)
treeae4ba296280f935b6600111a3eeb28a3d038f674 /apps/ChangeLog.txt
parent6eaa2b9a21b0fc70e4a6cbb95ac6289ed0076288 (diff)
downloadnuttx-dd1708a63c78d0d5c9c229371a9c89afcc4664dd.tar.gz
nuttx-dd1708a63c78d0d5c9c229371a9c89afcc4664dd.tar.bz2
nuttx-dd1708a63c78d0d5c9c229371a9c89afcc4664dd.zip
Fix a netutils build issue
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3587 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 9bdb87741..e3a87ae25 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -37,3 +37,6 @@
on module now installs and builds under this directory.
* apps/interpreter/ficl: Added logic to build Ficl (the "Forth Inspired
Command Language"). See http://ficl.sourceforge.net/.
+ * apps/netutils/dhcpc, dhcpcd, and tftp. If these directories are included
+ in the configuration but CONFIG_NET_UDP is disable (which is not very wise),
+ then a make error occurs because tools/mkdep.sh is called with no files.