Branched and added custom address to Makefile.
This commit is contained in:
parent
7854ee499a
commit
c7c7bcbf81
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ else
|
||||||
${info INFO: compiling without RPL}
|
${info INFO: compiling without RPL}
|
||||||
UIP_CONF_RPL=0
|
UIP_CONF_RPL=0
|
||||||
CFLAGS += -DUIP_CONF_ND6_DEF_MAXDADNS=0
|
CFLAGS += -DUIP_CONF_ND6_DEF_MAXDADNS=0
|
||||||
CFLAGS += -DHARD_CODED_ADDRESS=\"fdfd::10\"
|
CFLAGS += -DHARD_CODED_ADDRESS=\"2001:620:8:1010::10\"
|
||||||
CFLAGS += -DUIP_CONF_BUFFER_SIZE=1280
|
CFLAGS += -DUIP_CONF_BUFFER_SIZE=1280
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue