From 06a0643d73210c7521a9fb152835c901328fb817 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 4 Apr 2012 12:53:44 +0000 Subject: [PATCH] nightly build: Skip fcst for kernel versions 2.6.37 and 2.6.38 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4187 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index 2a28a1f2f..431afb15c 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -342,7 +342,7 @@ if [ "$include_proc_impl" != "true" ]; then else cat fi | \ -if [ "${include_fcst}" ]; then +if [ "${include_fcst}" -a "${kver}" != "2.6.37" -a "${kver}" != "2.6.38" ]; then cat else sed -e 's: fcst/* : :'