Made sure that the qla2x00t patches are only included in the output of

scripts/generate-kernel-patch for kernel version 2.6.26. As a result,
during the nightly build the qla2x00t code will only be checked with
checkpatch and sparse for the 2.6.26 kernel.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1216 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-10-15 07:09:40 +00:00
parent 68e136e779
commit 5a15dc1b9c
+5
View File
@@ -7,6 +7,11 @@ if [ "$1" = "" ]; then
exit 1
fi
if [ "${1#2.6.26}" = "$1" ]; then
# Exit silently for other kernel versions than 2.6.26.x.
exit 0
fi
mkdir -p in-tree-patches/"${kernel_version}"
for f in qla2xxx-orig/"${kernel_version}"/*