From f42c8ffb835f12af4d941c59e8d583c1b20833e3 Mon Sep 17 00:00:00 2001 From: Dan HorĂ¡k Date: Jul 11 2012 14:41:40 +0000 Subject: fix build with kernel 3.x on the builder --- diff --git a/cmsfs-1.1.8-kernel26.patch b/cmsfs-1.1.8-kernel26.patch index 04b0e0d..99b7ad6 100644 --- a/cmsfs-1.1.8-kernel26.patch +++ b/cmsfs-1.1.8-kernel26.patch @@ -6,7 +6,7 @@ diff -urN cmsfs-1.1.8/cmsfssed.sh cmsfs-1.1.8_/cmsfssed.sh MODULES_DIRECTORY="/lib/modules/`uname -r`/fs" ;; - 2.4*|2.5*) -+ 2.4*|2.5*|2.6*) ++ 2.4*|2.5*|2.6*|3.*) LINUX_RELEASE="2.4" # ln -s cmsfs24x.c cmsfsvfs.c INCLUDES="-I/lib/modules/`uname -r`/build/include"