From 296d1e10c76099cea784b444a07b800b48551261 Mon Sep 17 00:00:00 2001 From: David Sheets Date: Wed, 10 Aug 2016 17:08:07 +0100 Subject: [PATCH] kernel: apply debug configuration to all kernels Signed-off-by: David Sheets --- alpine/kernel/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine/kernel/Dockerfile b/alpine/kernel/Dockerfile index d67f4485f..ca5e33ce9 100644 --- a/alpine/kernel/Dockerfile +++ b/alpine/kernel/Dockerfile @@ -64,6 +64,7 @@ COPY kernel_config.debug /linux/debug_config RUN if [ $DEBUG -ne "0" ]; then \ cat /linux/debug_config >> /linux/arch/x86/configs/x86_64_defconfig; \ + cat /linux/debug_config >> /linux/arch/arm/configs/versatile_defconfig; \ fi # Apply local patches