summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-03 18:12:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-03 18:12:45 -0600
commit1f05e8673cafe0e6d45893cdd170f65c454d1635 (patch)
treebe82c6618e2bf7f2be16a5870634f43a1c3695fe /apps/ChangeLog.txt
parent2f32e25bb007173595e3ff240e8f523693bf272e (diff)
downloadnuttx-1f05e8673cafe0e6d45893cdd170f65c454d1635.tar.gz
nuttx-1f05e8673cafe0e6d45893cdd170f65c454d1635.tar.bz2
nuttx-1f05e8673cafe0e6d45893cdd170f65c454d1635.zip
Add missing DHCPD configuration settings
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 601e0a37d..80467ec10 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -853,4 +853,6 @@
at the end of the file (2014-2-27).
* netutils/dhcpd/dhcpd.c: allocipaddr() should not call ntohl(), the
returned IP address is already in host order.
+ * apps/netutils/dhcpd/Kconfig: Add missing DHCPD configuratino
+ settings(2014-3-3).