Made sure that patch generation also works for other kernel versions than 2.6.26.8.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1215 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-10-14 17:10:46 +00:00
parent b184e11c0a
commit 68e136e779

View File

@@ -341,7 +341,7 @@ add_file "iscsi-scst/README_in-tree" "Documentation/scst/README.iscsi" \
if [ "${qla2x00t}" = "true" ]; then
if [ ! -e qla2x00t/qla2xxx-orig/$1 ]; then
( cd qla2x00t && ./extract-qla2xxx-orig 2.6.26.8 )
( cd qla2x00t && ./extract-qla2xxx-orig "$1" )
fi
( cd qla2x00t && ./generate-in-tree-patches "$1" )