mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-29 18:00:18 +00:00
scripts/generate-kernel-patch: Only include fcst for kernel versions >= 2.6.37
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8054 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -219,7 +219,7 @@ else
|
||||
fi
|
||||
|
||||
# Include fcst in the patch for kernel versions 2.6.33 and later.
|
||||
if kernel_version_le "2.6.33" "${kver}"; then
|
||||
if kernel_version_le "2.6.37" "${kver}"; then
|
||||
include_fcst="true"
|
||||
else
|
||||
include_fcst="false"
|
||||
|
||||
Reference in New Issue
Block a user