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:
Martine Lenders 2020-03-27 10:57:32 +01:00
parent 15dc9fe0de
commit bc20360d34
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -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