mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc_ipv6_nib: don't pull in RDNSS support with sock_dns
Just because a user pulls in the DNS client (`sock_dns`) doesn't mean they want to pull in RDNSS option support as well. Besides, since `gnrc_ipv6_nib_dns` depends on `gnrc_ipv6_nib`, this forms a circular dependency that really isn't necessary.
This commit is contained in:
parent
04222f0393
commit
6f6598586d
@ -418,9 +418,6 @@ ifneq (,$(filter gnrc_ipv6_nib,$(USEMODULE)))
|
||||
USEMODULE += gnrc_netif
|
||||
USEMODULE += ipv6_addr
|
||||
USEMODULE += random
|
||||
ifneq (,$(filter sock_dns,$(USEMODULE)))
|
||||
USEMODULE += gnrc_ipv6_nib_dns
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gnrc_udp,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user