1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

gnrc_sixlowpan_frag: enable gnrc_netif_pktq if netdev_new_api is used

This commit is contained in:
Benjamin Valentin 2024-09-30 12:55:11 +02:00
parent 9d0a2c19e4
commit 0b99d4fffe

View File

@ -208,6 +208,12 @@ ifneq (,$(filter gnrc_sixlowpan_border_router_default,$(USEMODULE)))
USEMODULE += gnrc_sixlowpan_iphc
endif
ifneq (,$(filter netdev_new_api,$(USEMODULE)))
ifneq (,$(filter gnrc_sixlowpan_frag%,$(USEMODULE)))
USEMODULE += gnrc_netif_pktq
endif
endif
ifneq (,$(filter gnrc_sixlowpan_frag,$(USEMODULE)))
USEMODULE += gnrc_sixlowpan
USEMODULE += gnrc_sixlowpan_frag_fb