mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
Merge #19066
19066: examples/gnrc_border_router: Restore UHCP conditional default r=chrysn a=chrysn The space inside the expression made the ifneq always non-equal; the intended behavior is "if we're using any of these interfaces, or REUSE_TAP is set". Co-authored-by: chrysn <chrysn@fsfe.org>
This commit is contained in:
commit
cc0371c712
@ -43,7 +43,7 @@ USEMODULE += ps
|
||||
#USEMODULE += gnrc_ipv6_nib_dns # include RDNSS option handling
|
||||
|
||||
# When using a regular network uplink we should use DHCPv6
|
||||
ifneq (,$(filter cdc-ecm wifi ethernet,$(UPLINK)) $(REUSE_TAP))
|
||||
ifneq (,$(filter cdc-ecm wifi ethernet,$(UPLINK))$(REUSE_TAP))
|
||||
PREFIX_CONF ?= dhcpv6
|
||||
else
|
||||
PREFIX_CONF ?= uhcp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user