From aa084dd5d590ec69b5360b4d94bbbc076d73f4fc Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Mon, 27 May 2024 22:54:32 +0200 Subject: [PATCH] pkg/openwsn: correctly add dependencies OpenWSN requires a compatible network interface (feature `netif_openwsn`) and UART (at least `UART_NUMOF` needs to be provided). --- pkg/openwsn/Makefile.dep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/openwsn/Makefile.dep b/pkg/openwsn/Makefile.dep index f437400376..5ee7cfe7ea 100644 --- a/pkg/openwsn/Makefile.dep +++ b/pkg/openwsn/Makefile.dep @@ -1,3 +1,6 @@ +FEATURES_REQUIRED += netif_openwsn +FEATURES_REQUIRED += periph_uart + ifneq (,$(filter openwsn_openstack,$(USEMODULE))) USEMODULE += openwsn_iphc USEMODULE += openwsn_ipv6