mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
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:
@@ -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}"/*
|
||||
|
||||
Reference in New Issue
Block a user