testing: Migration of KVM framework to Linux 4.x kernel

This commit is contained in:
Andreas Steffen
2015-04-25 18:05:00 +02:00
parent 17a2e00a31
commit ce354443bf
3 changed files with 2207 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ cd $BUILDDIR
if [ ! -f "$KERNELTARBALL" ]
then
url=ftp://ftp.kernel.org/pub/linux/kernel/v3.x/$KERNELTARBALL
url=ftp://ftp.kernel.org/pub/linux/kernel/v4.x/$KERNELTARBALL
log_action "Downloading $url"
execute "wget -q $url"
fi