gnrc_sixlowpan_frag_vrb: add xtimer dependency
The VRB uses xtimer for its garbage collection but doesn't list it as a dependency. The only reason it worked so far is because it was always compiled with `gnrc_sixlowpan_frag` and other modules that pull in `xtimer` as a dependency on their own.
This commit is contained in:
parent
aa84406ac1
commit
395987a7ea
@ -215,6 +215,10 @@ ifneq (,$(filter gnrc_sixlowpan_frag,$(USEMODULE)))
|
|||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter gnrc_sixlowpan_frag_vrb,$(USEMODULE)))
|
||||||
|
USEMODULE += xtimer
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_sixlowpan_iphc,$(USEMODULE)))
|
ifneq (,$(filter gnrc_sixlowpan_iphc,$(USEMODULE)))
|
||||||
USEMODULE += gnrc_ipv6
|
USEMODULE += gnrc_ipv6
|
||||||
USEMODULE += gnrc_sixlowpan
|
USEMODULE += gnrc_sixlowpan
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user