diff --git a/platform/cc2530dk/contiki-conf.h b/platform/cc2530dk/contiki-conf.h index ef933dc1c..5d3beb6bb 100644 --- a/platform/cc2530dk/contiki-conf.h +++ b/platform/cc2530dk/contiki-conf.h @@ -226,7 +226,7 @@ #define UIP_CONF_ND6_SEND_RA 0 #define UIP_CONF_IP_FORWARD 0 #define RPL_CONF_STATS 0 -#define RPL_CONF_MAX_DAG_ENTRIES 1 + #ifndef RPL_CONF_OF #define RPL_CONF_OF rpl_mrhof #endif diff --git a/platform/cc2538dk/contiki-conf.h b/platform/cc2538dk/contiki-conf.h index 354f042db..7d5924de4 100644 --- a/platform/cc2538dk/contiki-conf.h +++ b/platform/cc2538dk/contiki-conf.h @@ -448,7 +448,7 @@ typedef uint32_t rtimer_clock_t; #define UIP_CONF_ND6_SEND_RA 0 #define UIP_CONF_IP_FORWARD 0 #define RPL_CONF_STATS 0 -#define RPL_CONF_MAX_DAG_ENTRIES 1 + #ifndef RPL_CONF_OF #define RPL_CONF_OF rpl_mrhof #endif diff --git a/platform/remote/contiki-conf.h b/platform/remote/contiki-conf.h index 959e5fe4b..10e689cdf 100644 --- a/platform/remote/contiki-conf.h +++ b/platform/remote/contiki-conf.h @@ -452,7 +452,7 @@ typedef uint32_t rtimer_clock_t; #define UIP_CONF_ND6_SEND_RA 0 #define UIP_CONF_IP_FORWARD 0 #define RPL_CONF_STATS 0 -#define RPL_CONF_MAX_DAG_ENTRIES 1 + #ifndef RPL_CONF_OF #define RPL_CONF_OF rpl_mrhof #endif diff --git a/platform/sensinode/contiki-conf.h b/platform/sensinode/contiki-conf.h index 3866bc3b4..d09fdbcbd 100644 --- a/platform/sensinode/contiki-conf.h +++ b/platform/sensinode/contiki-conf.h @@ -222,7 +222,7 @@ #define UIP_CONF_ND6_SEND_RA 0 #define UIP_CONF_IP_FORWARD 0 #define RPL_CONF_STATS 0 -#define RPL_CONF_MAX_DAG_ENTRIES 1 + #ifndef RPL_CONF_OF #define RPL_CONF_OF rpl_mrhof #endif diff --git a/platform/srf06-cc26xx/contiki-conf.h b/platform/srf06-cc26xx/contiki-conf.h index 02f982854..e9fc7458b 100644 --- a/platform/srf06-cc26xx/contiki-conf.h +++ b/platform/srf06-cc26xx/contiki-conf.h @@ -201,7 +201,7 @@ #define UIP_CONF_ND6_SEND_RA 0 #define UIP_CONF_IP_FORWARD 0 #define RPL_CONF_STATS 0 -#define RPL_CONF_MAX_DAG_ENTRIES 1 + #ifndef RPL_CONF_OF #define RPL_CONF_OF rpl_mrhof #endif