summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-13 14:03:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-13 14:03:52 -0600
commita552b16aee4a8b0091d1718ca46b8f3be68d2685 (patch)
tree526005ccca463d505eb3704667779d14c76ea781
parent1be1d22b73d353335a5e66da2a8b8a0126dd4924 (diff)
downloadpx4-nuttx-a552b16aee4a8b0091d1718ca46b8f3be68d2685.tar.gz
px4-nuttx-a552b16aee4a8b0091d1718ca46b8f3be68d2685.tar.bz2
px4-nuttx-a552b16aee4a8b0091d1718ca46b8f3be68d2685.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2f9992842..b640b22cf 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10152,5 +10152,10 @@
behavior in systems where time is not visible (2015-04-12).
* fs/fat/fs_fat32utils.c: Fix misthink when CONFIG_ENDIAN_BIG=y. From
Lwazi Dube (2015-04-12).
-
-
+ * include/nuttx/net/netdev.h, net/devif/ipv6_input.c,
+ icmpv6/icmpv6_rsolicit.c and net/icmpv6/icmpv6_solicit.c: Use common
+ macro(s) for calculating link layer header length. From Brennan
+ Ashton (2015-04-13).
+ * apps/netutils/pppd/Kconfig, pppd.c, and ntpv3.h (removed): Remove
+ ntpclient header file in and NTP client references from the pppd
+ dir. From Brennan Ashton (2015-04-13).