From 5efce5eeed985e5cdc242944ac614566acd031c3 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sat, 6 Feb 2010 18:23:04 +0000 Subject: [PATCH] The path to the Contiki root was not correctly set --- tools/sky/uip6-bridge/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sky/uip6-bridge/Makefile b/tools/sky/uip6-bridge/Makefile index a5f064c43..b537ecce0 100644 --- a/tools/sky/uip6-bridge/Makefile +++ b/tools/sky/uip6-bridge/Makefile @@ -2,7 +2,7 @@ ifdef CONTIKI_HOME CONTIKI = $(CONTIKI_HOME) else ifndef CONTIKI -CONTIKI=../../../../contiki-2.x +CONTIKI=../../.. 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 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 ip -6 address add aaaa::1/64 dev tap0