From 92b4f5fe59db83b1cdc8e668470bf7cf48bf893b Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Fri, 15 Feb 2013 12:52:57 -0800 Subject: [PATCH] platform/econotag: Allow RPL and Router settings to be overridden. --- platform/econotag/contiki-conf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform/econotag/contiki-conf.h b/platform/econotag/contiki-conf.h index 9553ac437..9264af915 100644 --- a/platform/econotag/contiki-conf.h +++ b/platform/econotag/contiki-conf.h @@ -176,8 +176,13 @@ #define UIP_CONF_LL_802154 1 #define UIP_CONF_LLH_LEN 0 +#ifndef UIP_CONF_ROUTER #define UIP_CONF_ROUTER 1 +#endif + +#ifndef UIP_CONF_IPV6_RPL #define UIP_CONF_IPV6_RPL 1 +#endif #define UIP_CONF_DS6_NBR_NBU 30 #define UIP_CONF_MAX_ROUTES 30