openwrt: Use the docker_src variable in the makefile

Note that this breaks building directly from under the openwrt/ dir,
as we need to pass through the main Makefile to pick up configuration.
This commit is contained in:
Martin Kennedy 2021-03-16 19:27:30 +00:00
parent 5fc260e155
commit e9efab3688

View File

@ -3,7 +3,9 @@ define INC_NEWOPENWRT =
endef
$(info Defined INC_NEWOPENWRT)
include /devel/docker/docker_vars.sh
# Would override other configs.
# # docker_src = /devel/docker
include ${docker_src}/docker_vars.sh
export
unexport INC_DOCKER