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:
parent
0eef9b3a75
commit
2d910dcc53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user