1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/gnrc_border_router: default to DHCPv6 for CDC ECM

This commit is contained in:
Benjamin Valentin 2021-03-22 16:24:07 +01:00
parent 0eef9b3a75
commit 2d910dcc53

View File

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