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:
parent
5fc260e155
commit
e9efab3688
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user