avr-raven needs to be built with uIPv6 - this should hopefully fix the nightly builds
This commit is contained in:
parent
4a494eebb5
commit
2ac1c3e231
|
@ -1,6 +1,11 @@
|
|||
all: print-version hello-world
|
||||
CONTIKI = ../../..
|
||||
APPS=serial-shell webserver telnetd
|
||||
|
||||
ifeq ($(TARGET), avr-raven)
|
||||
UIP_CONF_IPV6=1
|
||||
endif
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
print-version:
|
||||
@$(CC) --version || echo
|
||||
|
|
Loading…
Reference in a new issue