fix build with kernel 3.x on the builder

This commit is contained in:
Dan Horák 2012-07-11 16:41:40 +02:00
parent 0355cd14d3
commit f42c8ffb83

View File

@ -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" MODULES_DIRECTORY="/lib/modules/`uname -r`/fs"
;; ;;
- 2.4*|2.5*) - 2.4*|2.5*)
+ 2.4*|2.5*|2.6*) + 2.4*|2.5*|2.6*|3.*)
LINUX_RELEASE="2.4" LINUX_RELEASE="2.4"
# ln -s cmsfs24x.c cmsfsvfs.c # ln -s cmsfs24x.c cmsfsvfs.c
INCLUDES="-I/lib/modules/`uname -r`/build/include" INCLUDES="-I/lib/modules/`uname -r`/build/include"