mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 10:12:45 +01:00
gnrc_sixlowpan_frag: enable gnrc_netif_pktq if netdev_new_api is used
This commit is contained in:
parent
9d0a2c19e4
commit
0b99d4fffe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user