From 917b1363356384f082094be7cef7daea09f3c6ac Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 10 Apr 2014 16:12:29 +0200 Subject: [PATCH] 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. --- continuous/steps/20-config | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2