Skip to content

Commit 810f1a9

Browse files
committed
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.
1 parent 549f215 commit 810f1a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sys/net/gnrc/Makefile.dep

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ ifneq (,$(filter gnrc_netif,$(USEMODULE)))
155155
endif
156156
ifneq (,$(filter gnrc_lorawan,$(USEMODULE)))
157157
USEMODULE += gnrc_netif_lorawan
158-
USEMODULE += gnrc_nettype_lorawan
159158
endif
160159
endif
161160

0 commit comments

Comments
 (0)