mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
qla2x00t, scripts: Introduce download_and_extract_kernel_tree()
This patch does not change any functionality. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8117 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -421,3 +421,6 @@ EOF
|
||||
rmdir "${tmpdir}"
|
||||
}
|
||||
|
||||
function download_and_extract_kernel_tree {
|
||||
download_kernel "$1" && extract_kernel_tree "$1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user