The path to the Contiki root was not correctly set

This commit is contained in:
adamdunkels 2010-02-06 18:23:04 +00:00
parent d5e133bf7c
commit 5efce5eeed
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ ifdef CONTIKI_HOME
CONTIKI = $(CONTIKI_HOME) CONTIKI = $(CONTIKI_HOME)
else else
ifndef CONTIKI ifndef CONTIKI
CONTIKI=../../../../contiki-2.x CONTIKI=../../..
endif endif
endif endif
@ -35,6 +35,6 @@ connect: ../../tapslip6
sudo ../../tapslip6 -t tap0 -s $(USBDEVPREFIX)$(word $(MOTE), $(CMOTES)) 127.0.0.1 255.0.0.0 sudo ../../tapslip6 -t tap0 -s $(USBDEVPREFIX)$(word $(MOTE), $(CMOTES)) 127.0.0.1 255.0.0.0
bridge: bridge:
sudo service radvd restart || echo radvd could not be restarted @sudo service radvd restart || echo radvd could not be restarted
sudo route add -6 aaaa::/64 tap0 sudo route add -6 aaaa::/64 tap0
sudo ip -6 address add aaaa::1/64 dev tap0 sudo ip -6 address add aaaa::1/64 dev tap0