summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm/dhcpconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-11 22:04:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-11 22:04:35 +0000
commit33853ba88160a33504eb961a6582ee4048a50dae (patch)
treedda749c74b51d2500cdd5cc21b954f84bced3c29 /nuttx/configs/c5471evm/dhcpconfig
parenta3c2d86a3cc50d21fc6862c7b703ce2f2a8ea8d4 (diff)
downloadpx4-nuttx-33853ba88160a33504eb961a6582ee4048a50dae.tar.gz
px4-nuttx-33853ba88160a33504eb961a6582ee4048a50dae.tar.bz2
px4-nuttx-33853ba88160a33504eb961a6582ee4048a50dae.zip
Need to tell examples/uip tht the C5471 has no MAC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@445 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/c5471evm/dhcpconfig')
-rw-r--r--nuttx/configs/c5471evm/dhcpconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/c5471evm/dhcpconfig b/nuttx/configs/c5471evm/dhcpconfig
index 8c26a96c2..1526f6149 100644
--- a/nuttx/configs/c5471evm/dhcpconfig
+++ b/nuttx/configs/c5471evm/dhcpconfig
@@ -302,6 +302,7 @@ CONFIG_NET_RESOLV_ENTRIES=4
#
# Settings for examples/uip
+CONFIG_EXAMPLE_UIP_NOMAC=y
CONFIG_EXAMPLE_UIP_IPADDR=(10<<24|0<<16|0<<8|2)
CONFIG_EXAMPLE_UIP_DRIPADDR=(10<<24|0<<16|0<<8|1)
CONFIG_EXAMPLE_UIP_NETMASK=(255<<24|255<<16|255<<8|0)