From e9efab3688be24f79cc2fa41c09c04d13c95b76c Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Tue, 16 Mar 2021 19:27:30 +0000 Subject: [PATCH] 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. --- openwrt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 3f37b71..236b408 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -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