summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/multi-kernel.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/multi-kernel.inc b/recipes-kernel/linux/multi-kernel.inc
index 04bc9873..e5ebe562 100644
--- a/recipes-kernel/linux/multi-kernel.inc
+++ b/recipes-kernel/linux/multi-kernel.inc
@@ -95,6 +95,8 @@ do_compileconfigs () {
95 95
96 # Restore the regular 'defconfig' 96 # Restore the regular 'defconfig'
97 cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig 97 cp ${WORKDIR}/defconfig.save ${WORKDIR}/defconfig
98 cd ${S}
99 do_configure
98 fi 100 fi
99} 101}
100 102