From 2e1754f062df024e45f2c9533b7fdbcd9d46c807 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 6 Feb 2014 13:09:22 +0100 Subject: [PATCH] Older kernels needs more config options --- continuous/steps/20-config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/continuous/steps/20-config b/continuous/steps/20-config index 1b1dd4e..d5a9fff 100755 --- a/continuous/steps/20-config +++ b/continuous/steps/20-config @@ -12,6 +12,13 @@ conf() { echo CONFIG_$1=$2 >> .config } +GDESC=$(git describe) +if [ ${GDESC#v2.6} != ${GDESC} ]; then + conf PPC_DISABLE_WERROR y +fi + +conf BINFMT_ELF y + conf BLK_DEV_INITRD y conf INITRAMFS_SOURCE '""' conf INITRAMFS_ROOT_UID 0 -- 2.39.2