From: Michal Sojka Date: Thu, 10 Apr 2014 14:12:29 +0000 (+0200) Subject: continuous: X-Git-Tag: fix-allnoconfig~3 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/917b1363356384f082094be7cef7daea09f3c6ac continuous: Linux commit 5d2acfc7b974bbd3858b4dd3f2cdc6362dd8843a changed the meaning of make allnoconfig, so we have to enable CONFIG_TTY manually. Maybe more options are necessary - with this, kernelgw test runs. --- diff --git a/continuous/steps/20-config b/continuous/steps/20-config index a58c94f..d38e522 100755 --- a/continuous/steps/20-config +++ b/continuous/steps/20-config @@ -56,6 +56,8 @@ conf NET_VENDOR_FREESCALE y conf FEC_MPC52xx y conf FEC_MPC52xx_MDIO y +conf TTY y + # To have netlink for kernel cangw conf INET y conf NETFILTER y