mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc_lorawan: Remove gnrc_nettype_lorawan
dependency
With the removal of `CONFIG_GNRC_NETIF_LORAWAN_NETIF_HDR` it does not use `GNRC_NETTYPE_LORAWAN` anymore, so this module is not required anymore.
This commit is contained in:
parent
549f215701
commit
810f1a98cb
@ -155,7 +155,6 @@ ifneq (,$(filter gnrc_netif,$(USEMODULE)))
|
||||
endif
|
||||
ifneq (,$(filter gnrc_lorawan,$(USEMODULE)))
|
||||
USEMODULE += gnrc_netif_lorawan
|
||||
USEMODULE += gnrc_nettype_lorawan
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user