RPL is now default.
This commit is contained in:
parent
0612f771c6
commit
c31f57ffb1
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue