examples/gnrc_border_router: add sock_dns as a comment
Alternative to https://github.com/RIOT-OS/RIOT/pull/13732
This commit is contained in:
parent
15dc9fe0de
commit
bc20360d34
@ -36,6 +36,11 @@ USEMODULE += ps
|
|||||||
# configure the node as a RPL DODAG root when receiving a prefix.
|
# configure the node as a RPL DODAG root when receiving a prefix.
|
||||||
#USEMODULE += gnrc_rpl
|
#USEMODULE += gnrc_rpl
|
||||||
|
|
||||||
|
# Optionally include DNS support. This includes resolution of names at an
|
||||||
|
# upstream DNS server and the handling of RDNSS options in Router Advertisements
|
||||||
|
# to auto-configure that upstream DNS server.
|
||||||
|
#USEMODULE += sock_dns
|
||||||
|
|
||||||
# When using a WiFi uplink we should use DHCPv6
|
# When using a WiFi uplink we should use DHCPv6
|
||||||
ifeq (wifi,$(UPLINK))
|
ifeq (wifi,$(UPLINK))
|
||||||
USE_DHCPV6 ?= 1
|
USE_DHCPV6 ?= 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user