Branched and added custom address to Makefile.

This commit is contained in:
Matthias Kovatsch 2012-03-23 14:01:16 +01:00 committed by U-tiLaptop\merliin
parent 7854ee499a
commit c7c7bcbf81

View file

@ -25,7 +25,7 @@ else
${info INFO: compiling without RPL}
UIP_CONF_RPL=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
endif