From: Michal Sojka Date: Thu, 6 Feb 2014 12:09:22 +0000 (+0100) Subject: Older kernels needs more config options X-Git-Tag: fix-allnoconfig~26 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/2e1754f062df024e45f2c9533b7fdbcd9d46c807 Older kernels needs more config options --- 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