1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

examples/gnrc_border_router: fix wording in Makefile

This commit is contained in:
Benjamin Valentin 2021-04-10 01:08:48 +02:00
parent 0397cab91c
commit eb801ad684

View File

@ -42,7 +42,7 @@ USEMODULE += ps
#USEMODULE += sock_dns # include DNS client #USEMODULE += sock_dns # include DNS client
#USEMODULE += gnrc_ipv6_nib_dns # include RDNSS option handling #USEMODULE += gnrc_ipv6_nib_dns # include RDNSS option handling
# When using a WiFi uplink we should use DHCPv6 # When using a regular network uplink we should use DHCPv6
ifneq (,$(filter cdc-ecm wifi ethernet,$(UPLINK))) ifneq (,$(filter cdc-ecm wifi ethernet,$(UPLINK)))
USE_DHCPV6 ?= 1 USE_DHCPV6 ?= 1
else else