We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0036f commit 276ad18Copy full SHA for 276ad18
examples/gnrc_border_router/Makefile
@@ -123,6 +123,14 @@ endif
123
# the variable to empty
124
SHOULD_RUN_KCONFIG ?=
125
126
+# Pass through application configuration to the docker container, if
127
+# BUILD_IN_DOCKER=1 is used:
128
+DOCKER_ENV_VARS += IPV6_ADDR
129
+DOCKER_ENV_VARS += IPV6_DEFAULT_ROUTER
130
+DOCKER_ENV_VARS += IPV6_PREFIX IPV6_DEFAULT_ROUTER
131
+DOCKER_ENV_VARS += PREFIX_CONF
132
+DOCKER_ENV_VARS += UPLINK
133
+
134
include $(RIOTBASE)/Makefile.include
135
136
# Compile-time configuration for DHCPv6 client (needs to come after
0 commit comments