X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/5ecf8618d35f836f8c049eee578f28b97b56db9c..2e1754f062df024e45f2c9533b7fdbcd9d46c807:/continuous/steps/20-config 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