From dd1708a63c78d0d5c9c229371a9c89afcc4664dd Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 May 2011 00:27:29 +0000 Subject: Fix a netutils build issue git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3587 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/ChangeLog.txt') 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. -- cgit v1.2.3