Skip to content

Commit

Permalink
RPL is now default.
Browse files Browse the repository at this point in the history
  • Loading branch information
dak664 committed Apr 9, 2012
1 parent 0612f77 commit c31f57f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/webserver-ipv6-raven/Makefile.webserver
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ APPS=raven-webserver raven-lcd-interface
TARGET=avr-raven
UIP_CONF_IPV6=1

#WITH_RPL=1 //RPL is not yet the default.
#UIP_CONF_RPL=0 //RPL is now the default.
#RF230BB=1 //Use radio driver that communicates with the core MAC layer. Now the default.
#COFFEE_FILES=1 //Static coffee file system in EEPROM
#COFFEE_FILES=2 //Dynamic coffee file system in EEPROM
Expand Down
4 changes: 2 additions & 2 deletions examples/webserver-ipv6-raven/README
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ so requires PERL. A bare $make after that will not regenerate httpd-fsdata.c.
Use $make WEBDIR=default to switch back to the default /http-fs/ content.

See Makefile.webserver for optional switches for RPL or a coffee file system.
$make WITH_RPL=1 for a RPL node, or if rpl has become the contiki default,
$make WITH_RPL=0 to override
$make UIP_CONF_RPL=1 for a RPL node, or if rpl has become the contiki default,
$make UIP_CONF_RPL=0 to override

Much headbanging can result if you do not $make clean when changing make options,
as the normal build dependencies are bypassed and the needed object modules
Expand Down

0 comments on commit c31f57f

Please sign in to comment.