mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc_ipv6_nib: fix broken gnrc_netif dependency
gnrc_ipv6_nib accesses the IPv6 members of `gnrc_netif`, so a dependency to the pseudo-module enabling those members is required.
This commit is contained in:
parent
c58cb6ddfb
commit
adb6a6720f
@ -422,6 +422,7 @@ ifneq (,$(filter gnrc_ipv6_nib,$(USEMODULE)))
|
||||
USEMODULE += evtimer
|
||||
USEMODULE += gnrc_ndp
|
||||
USEMODULE += gnrc_netif
|
||||
USEMODULE += gnrc_netif_ipv6
|
||||
USEMODULE += ipv6_addr
|
||||
USEMODULE += random
|
||||
ifneq (,$(filter sock_dns,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user