summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-17 13:16:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-17 13:16:13 -0600
commit3f5c77926b0d250d00b6e5d95223ad800ec0eb2d (patch)
treea065a438ea41842a1ccdea089238650e67a0ab8f
parent7dc15bbe10c42da7d548995a4d443b69d3bb74a2 (diff)
downloadnuttx-3f5c77926b0d250d00b6e5d95223ad800ec0eb2d.tar.gz
nuttx-3f5c77926b0d250d00b6e5d95223ad800ec0eb2d.tar.bz2
nuttx-3f5c77926b0d250d00b6e5d95223ad800ec0eb2d.zip
SAMA5D4-EK bridge configuration needs to set software MAC address
-rw-r--r--nuttx/configs/sama5d4-ek/bridge/defconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d4-ek/bridge/defconfig b/nuttx/configs/sama5d4-ek/bridge/defconfig
index c5372b193..fc40de796 100644
--- a/nuttx/configs/sama5d4-ek/bridge/defconfig
+++ b/nuttx/configs/sama5d4-ek/bridge/defconfig
@@ -841,7 +841,8 @@ CONFIG_EXAMPLES_BRIDGE_NET1_RECVPORT=5471
CONFIG_EXAMPLES_BRIDGE_NET1_SNDPORT=5472
CONFIG_EXAMPLES_BRIDGE_NET1_IOBUFIZE=1024
# CONFIG_EXAMPLES_BRIDGE_NET1_DHCPC is not set
-# CONFIG_EXAMPLES_BRIDGE_NET1_NOMAC is not set
+CONFIG_EXAMPLES_BRIDGE_NET1_NOMAC=y
+CONFIG_EXAMPLES_BRIDGE_NET1_MACADDR=0x00e0deadbeef
CONFIG_EXAMPLES_BRIDGE_NET1_IPADDR=0x0a000002
CONFIG_EXAMPLES_BRIDGE_NET1_DRIPADDR=0x0a000001
CONFIG_EXAMPLES_BRIDGE_NET1_NETMASK=0xffffff00
@@ -856,7 +857,8 @@ CONFIG_EXAMPLES_BRIDGE_NET2_RECVPORT=5471
CONFIG_EXAMPLES_BRIDGE_NET2_SNDPORT=5472
CONFIG_EXAMPLES_BRIDGE_NET2_IOBUFIZE=1024
# CONFIG_EXAMPLES_BRIDGE_NET2_DHCPC is not set
-# CONFIG_EXAMPLES_BRIDGE_NET2_NOMAC is not set
+CONFIG_EXAMPLES_BRIDGE_NET2_NOMAC=y
+CONFIG_EXAMPLES_BRIDGE_NET2_MACADDR=0x00e0f00dface
CONFIG_EXAMPLES_BRIDGE_NET2_IPADDR=0x0a000003
CONFIG_EXAMPLES_BRIDGE_NET2_DRIPADDR=0x0a000001
CONFIG_EXAMPLES_BRIDGE_NET2_NETMASK=0xffffff00