summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-09 18:21:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-09 18:21:12 -0600
commitd42bb9dfb17b4861f32b087d13c19a84f0588444 (patch)
tree99b776ccbd9532744b2cb8918d02081ee2e884b2
parentebe02632384fe2718af9c2f96ee487c8da0cfeda (diff)
downloadnuttx-d42bb9dfb17b4861f32b087d13c19a84f0588444.tar.gz
nuttx-d42bb9dfb17b4861f32b087d13c19a84f0588444.tar.bz2
nuttx-d42bb9dfb17b4861f32b087d13c19a84f0588444.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 243eb4a59..e00cbb14c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9727,4 +9727,8 @@
* arch/arm/src/sam34/sam_emac.c, sama5/sam_emaca.c, and sama5/sam_gmac.c:
Clone the SAMA5D4 IPv6 support to the SAM4E EMAC and SAMAd3 EMAC and
GMAC drivers (2015-02-09).
-
+ * net/: Lots of build problems introduced into multiple NIC support.
+ Many places where conditional logic based on CONFIG_NETDEV_MULTINIC is
+ confused with CONFIG_NET_MULTILINK. Lots of code changed with IPv6
+ that was never compiled with MULTINIC enabled. Still some problem
+ with parameter passing in the MULTINIC configuration(2015-02-09).