Skip to content

Commit

Permalink
Merge pull request #20879 from benpicco/gnrc_sixlowpan_frag-gnrc_neti…
Browse files Browse the repository at this point in the history
…f_pktq

gnrc_sixlowpan_frag: enable `gnrc_netif_pktq` if `netdev_new_api` is used
  • Loading branch information
maribu authored Sep 30, 2024
2 parents f2b04ca + 0b99d4f commit 4f15523
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sys/net/gnrc/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f15523

Please sign in to comment.