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:
Bart Van Assche
2019-03-14 01:49:26 +00:00
parent 4c09bc9db7
commit 304766529e

View File

@@ -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"