From c320229ec87bfaebccf28aa97059a372c2efb0fe Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 6 Feb 2014 16:44:51 +0100 Subject: [PATCH] Add timeout to make oldconfig make oldconfig is not happy with answering 'n' to "number" question. If some kernel changes configuration, we end up with infinite loop. We add timeout to not loop indefinitely in this case. --- continuous/steps/20-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous/steps/20-config b/continuous/steps/20-config index d5a9fff..dfbaad2 100755 --- a/continuous/steps/20-config +++ b/continuous/steps/20-config @@ -62,4 +62,4 @@ conf NETFILTER y conf PACKET y # ugw mmap -yes n|chronic make oldconfig +timeout 2m yes n|chronic make oldconfig -- 2.39.2