Skip to content

Commit

Permalink
Fixed RPL configuration according to core changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kovatsch committed Jun 19, 2013
1 parent c61dd61 commit bad066a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/er-rest-example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,17 @@ WITH_COAP=13
WITH_UIP6=1
# for some platforms
UIP_CONF_IPV6=1
# temporary bugfix for Makefile.include / Makefile.uip
CFLAGS += -DUIP_CONF_IPV6=1

CONTIKI=../..
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"

# variable for Makefile.include
ifneq ($(TARGET), minimal-net)
UIP_CONF_RPL=1
CFLAGS += -DUIP_CONF_IPV6_RPL=1
else
# minimal-net does not support RPL under Linux and is mostly used to test CoAP only
${info INFO: compiling without RPL}
UIP_CONF_RPL=0
CFLAGS += -DUIP_CONF_ND6_DEF_MAXDADNS=0
CFLAGS += -DUIP_CONF_IPV6_RPL=0
CFLAGS += -DHARD_CODED_ADDRESS=\"fdfd::10\"
${info INFO: compiling with large buffers}
CFLAGS += -DUIP_CONF_BUFFER_SIZE=2048
Expand Down

0 comments on commit bad066a

Please sign in to comment.