From a658c38e0651df75f3c2ef0efb08edaedb405ef4 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Fri, 25 Sep 2020 13:46:02 +0200 Subject: [PATCH] boards/openmote-b: use cc2538_rf if OpenWSN is used --- boards/openmote-b/Makefile.dep | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/openmote-b/Makefile.dep b/boards/openmote-b/Makefile.dep index 38c14da37a..23ccf28036 100644 --- a/boards/openmote-b/Makefile.dep +++ b/boards/openmote-b/Makefile.dep @@ -1,3 +1,8 @@ +# ATM openwsn does not support the at86rf215 radio +ifneq (,$(filter openwsn,$(USEPKG))) + USEMODULE += cc2538_rf +endif + ifneq (,$(filter netdev_default,$(USEMODULE))) ifeq (,$(filter cc2538_rf,$(USEMODULE))) USEMODULE += at86rf215