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:
parent
de0036ff0d
commit
276ad186f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user