mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/gnrc_border_router: fix wording in Makefile
This commit is contained in:
parent
0397cab91c
commit
eb801ad684
@ -42,7 +42,7 @@ USEMODULE += ps
|
||||
#USEMODULE += sock_dns # include DNS client
|
||||
#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)))
|
||||
USE_DHCPV6 ?= 1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user