From 7f4cbe02811d6290bcbd262a9383b27f70d7bf96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nagy=20K=C3=A1roly=20G=C3=A1briel?= Date: Tue, 17 May 2016 00:02:58 +0300 Subject: [PATCH] toolchain: hardcoded docker as output type --- target/toolchain/config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/toolchain/config.in b/target/toolchain/config.in index 4eb2b91..bd9f863 100644 --- a/target/toolchain/config.in +++ b/target/toolchain/config.in @@ -26,7 +26,8 @@ for x in CCACHE_USEIT=1 GCC_JAVA=0 \ export SDECFGSET_PKG_$x done -SDECFGSET_IMAGE='none' +SDECFGSET_IMAGE='docker' +SDECFGSET_INIT='none' SDECFGSET_XTRACE='1' if [ ! -s "$cfgtmpdir/$target.config.in" ]; then