From 7b6439bd6f341c5260613c376b1e8c39866f21bf Mon Sep 17 00:00:00 2001 From: Weichuan Yan Date: Thu, 18 Sep 2014 08:05:51 +0800 Subject: [PATCH] atmega128rfa1: Fix the default build error Fixing from http://sourceforge.net/p/contiki/mailman/message/32494852/ Signed-off-by: Weichuan Yan --- platform/avr-atmega128rfa1/Makefile.avr-atmega128rfa1 | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/avr-atmega128rfa1/Makefile.avr-atmega128rfa1 b/platform/avr-atmega128rfa1/Makefile.avr-atmega128rfa1 index b9a792c85..6190dc6b4 100644 --- a/platform/avr-atmega128rfa1/Makefile.avr-atmega128rfa1 +++ b/platform/avr-atmega128rfa1/Makefile.avr-atmega128rfa1 @@ -31,3 +31,4 @@ AVRDUDE_MCU=m128rfa1 include $(CONTIKIAVR)/Makefile.avr include $(CONTIKIAVR)/radio/Makefile.radio +MODULES += core/net/ipv6 core/net/ipv4 core/net/ip core/net/mac core/net core/net/rime core/net/rpl core/net/mac/sicslowmac core/net/mac/contikimac