updated configs: MAC_DRIVER was replaced by NETSTACK_RDC

This commit is contained in:
fros4943 2010-03-10 12:34:29 +00:00
parent f9e4ebf7cf
commit adf6263b0d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<description>netperf shell</description>
<source>[CONTIKI_DIR]/examples/netperf/netperf-shell.c</source>
<commands>make clean TARGET=sky
make DEFINES=MAC_DRIVER=cxmac_driver netperf-shell.sky TARGET=sky</commands>
make DEFINES=NETSTACK_RDC=cxmac_driver netperf-shell.sky TARGET=sky</commands>
<firmware>[CONTIKI_DIR]/examples/netperf/netperf-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface>

View File

@ -25,7 +25,7 @@
<description>netperf shell</description>
<source>[CONTIKI_DIR]/examples/netperf/netperf-shell.c</source>
<commands>make clean TARGET=sky
make DEFINES=MAC_DRIVER=lpp_driver netperf-shell.sky TARGET=sky</commands>
make DEFINES=NETSTACK_RDC=lpp_driver netperf-shell.sky TARGET=sky</commands>
<firmware>[CONTIKI_DIR]/examples/netperf/netperf-shell.sky</firmware>
<moteinterface>se.sics.cooja.interfaces.Position</moteinterface>
<moteinterface>se.sics.cooja.interfaces.RimeAddress</moteinterface>