summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 53786204d..085f0aa12 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -992,3 +992,7 @@
distinguished from errors in reading. Errors in enqueueing signal a
downstream decoder error. Add logic to gracefully recover from
downstream decoder errors (2014-8-5).
+ * apps/nshlib/Kconfig, nsh.h, and nsh_netinit.c: Software assigned MAC
+ address is now configurable. From Lazlo (2014-8-6).
+ * apps/nshlib/Kconfig, nsh.h, and nsh_netinit.c: Also add an option to
+ let platform-specific logic select the MAC address (2014-8-5).