Orion: do not auto-enable IP64 as this causes compilation issues on many examples. Orion examples enable IP64 explicitly
This commit is contained in:
parent
7b8a8b2b0c
commit
a0707dfcb6
@ -1,6 +1,7 @@
|
||||
MOTELIST_ZOLERTIA = orion
|
||||
MODULES += arch/dev/enc28j60
|
||||
CC2538_ENC28J60_ARCH ?= gpio
|
||||
WITH_IP64 ?= 1
|
||||
ifeq ($(WITH_IP64),1)
|
||||
CFLAGS += -DUIP_FALLBACK_INTERFACE=ip64_uip_fallback_interface
|
||||
BOARD_SOURCEFILES += board.c enc28j60-arch-$(CC2538_ENC28J60_ARCH).c
|
||||
endif
|
||||
BOARD_SOURCEFILES += board.c enc28j60-arch-$(CC2538_ENC28J60_ARCH).c leds-arch.c
|
||||
|
@ -6,5 +6,6 @@ CONTIKI=../..
|
||||
PLATFORMS_ONLY = zoul
|
||||
BOARDS_ONLY = orion
|
||||
BOARD = orion
|
||||
WITH_IP64 = 1
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user