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