From 2ac1c3e23179221cd08e1ffa91ec0312ab6f0d13 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 30 Oct 2008 21:28:20 +0000 Subject: [PATCH] avr-raven needs to be built with uIPv6 - this should hopefully fix the nightly builds --- examples/compile-platforms/Makefile.platform | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/compile-platforms/Makefile.platform b/examples/compile-platforms/Makefile.platform index 6fbf23276..86792a063 100644 --- a/examples/compile-platforms/Makefile.platform +++ b/examples/compile-platforms/Makefile.platform @@ -1,6 +1,11 @@ all: print-version hello-world CONTIKI = ../../.. APPS=serial-shell webserver telnetd + +ifeq ($(TARGET), avr-raven) + UIP_CONF_IPV6=1 +endif + include $(CONTIKI)/Makefile.include print-version: @$(CC) --version || echo