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