X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/c3437f2bdbb60a09c19b4d4f04312195d9d683e0..051327f926951eb24c64abef59a28c14b23f9214:/continuous/steps/20-config diff --git a/continuous/steps/20-config b/continuous/steps/20-config index a4d8a6a..2d65465 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 @@ -49,10 +56,14 @@ conf NET_VENDOR_FREESCALE y conf FEC_MPC52xx y conf FEC_MPC52xx_MDIO y +conf TTY y +conf PROC_FS y +conf PRINTK y # Not needed but useful for debugging + # To have netlink for kernel cangw conf INET y conf NETFILTER y conf PACKET y # ugw mmap -yes n|make oldconfig +chronic ../my-oldconfig.pl