mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/openwsn: correctly add dependencies
OpenWSN requires a compatible network interface (feature `netif_openwsn`) and UART (at least `UART_NUMOF` needs to be provided).
This commit is contained in:
parent
798793e60a
commit
aa084dd5d5
@ -1,3 +1,6 @@
|
||||
FEATURES_REQUIRED += netif_openwsn
|
||||
FEATURES_REQUIRED += periph_uart
|
||||
|
||||
ifneq (,$(filter openwsn_openstack,$(USEMODULE)))
|
||||
USEMODULE += openwsn_iphc
|
||||
USEMODULE += openwsn_ipv6
|
||||
|
Loading…
Reference in New Issue
Block a user