From 164a8b218b3dbcb004eeecdfea0c58b003fad93b Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Tue, 27 Feb 2018 08:28:33 -0800 Subject: [PATCH] Example ip64-router: only meant for platform Zoul/Orion --- examples/ip64-router/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/ip64-router/Makefile b/examples/ip64-router/Makefile index 62ac81aaa..3b01d2b84 100644 --- a/examples/ip64-router/Makefile +++ b/examples/ip64-router/Makefile @@ -2,4 +2,8 @@ CONTIKI_PROJECT = ip64-router all: $(CONTIKI_PROJECT) CONTIKI=../.. +# Currently only supported on Orion, the only platform with 802.15.4 + Ethernet +PLATFORMS_ONLY = zoul +BOARD = orion + include $(CONTIKI)/Makefile.include