mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
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:
@@ -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" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user