1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

Merge pull request #20879 from benpicco/gnrc_sixlowpan_frag-gnrc_netif_pktq

gnrc_sixlowpan_frag: enable `gnrc_netif_pktq` if `netdev_new_api` is used
This commit is contained in:
Marian Buschsieweke 2024-09-30 14:00:33 +00:00 committed by GitHub
commit 4f15523741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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