Need to enable EMAC

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1564 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-03-03 12:14:03 +00:00
parent ccbc1a8e59
commit d8ddcb49a8
+1 -1
View File
@@ -603,7 +603,7 @@ CONFIG_EXAMPLE_UIP_WEBCLIENT=n
# client side of the test (may be target or host) # client side of the test (may be target or host)
CONFIG_EXAMPLE_NETTEST_SERVER=n CONFIG_EXAMPLE_NETTEST_SERVER=n
CONFIG_EXAMPLE_NETTEST_PERFORMANCE=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_IPADDR=(10<<24|0<<16|0<<8|2)
CONFIG_EXAMPLE_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1) CONFIG_EXAMPLE_NETTEST_DRIPADDR=(10<<24|0<<16|0<<8|1)
CONFIG_EXAMPLE_NETTEST_NETMASK=(255<<24|255<<16|255<<8|0) CONFIG_EXAMPLE_NETTEST_NETMASK=(255<<24|255<<16|255<<8|0)