Branched and added custom address to Makefile.
This commit is contained in:
parent
7854ee499a
commit
c7c7bcbf81
|
@ -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…
Reference in a new issue