summaryrefslogtreecommitdiff
path: root/nuttx/configs/ez80f910200zco/nettest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-03 12:14:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-03 12:14:03 +0000
commit00911882dff858c57d48ca266511328cf5a6a37d (patch)
treefa18326bafd18fd29acf0334fa58309a09ef5632 /nuttx/configs/ez80f910200zco/nettest
parent63ea94b293d858cbeb57bd7d4ec6876c2fe62064 (diff)
downloadpx4-nuttx-00911882dff858c57d48ca266511328cf5a6a37d.tar.gz
px4-nuttx-00911882dff858c57d48ca266511328cf5a6a37d.tar.bz2
px4-nuttx-00911882dff858c57d48ca266511328cf5a6a37d.zip
Need to enable EMAC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1564 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ez80f910200zco/nettest')
-rw-r--r--nuttx/configs/ez80f910200zco/nettest/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ez80f910200zco/nettest/defconfig b/nuttx/configs/ez80f910200zco/nettest/defconfig
index be1b18a57..9d3753bd6 100644
--- a/nuttx/configs/ez80f910200zco/nettest/defconfig
+++ b/nuttx/configs/ez80f910200zco/nettest/defconfig
@@ -603,7 +603,7 @@ CONFIG_EXAMPLE_UIP_WEBCLIENT=n
# client side of the test (may be target or host)
CONFIG_EXAMPLE_NETTEST_SERVER=n
CONFIG_EXAMPLE_NETTEST_PERFORMANCE=n
-CONFIG_EXAMPLE_NETTEST_NOMAC=n
+CONFIG_EXAMPLE_NETTEST_NOMAC=y
CONFIG_EXAMPLE_NETTEST_IPADDR=(10<<24|0<<16|0<<8|2)
CONFIG_EXAMPLE_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1)
CONFIG_EXAMPLE_NETTEST_NETMASK=(255<<24|255<<16|255<<8|0)