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

examples/gnrc_border_router: pass UPLINK etc to docker

This allows configuration of the app as described even when using
`BUILD_IN_DOCKER=1`.
This commit is contained in:
Marian Buschsieweke 2024-04-24 17:59:28 +02:00
parent de0036ff0d
commit 276ad186f2
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -123,6 +123,14 @@ endif
# the variable to empty
SHOULD_RUN_KCONFIG ?=
# Pass through application configuration to the docker container, if
# BUILD_IN_DOCKER=1 is used:
DOCKER_ENV_VARS += IPV6_ADDR
DOCKER_ENV_VARS += IPV6_DEFAULT_ROUTER
DOCKER_ENV_VARS += IPV6_PREFIX IPV6_DEFAULT_ROUTER
DOCKER_ENV_VARS += PREFIX_CONF
DOCKER_ENV_VARS += UPLINK
include $(RIOTBASE)/Makefile.include
# Compile-time configuration for DHCPv6 client (needs to come after