aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-04-25 18:05:00 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-04-25 18:05:00 +0200
commitce354443bf6be7a03791a862306c154867e631c9 (patch)
tree1aa05e7d2a145f9fe7eadcb798c017e3fdf21e63 /testing/scripts
parent17a2e00a3132fb8b22f02c70279471b9f330941d (diff)
downloadstrongswan-ce354443bf6be7a03791a862306c154867e631c9.tar.bz2
strongswan-ce354443bf6be7a03791a862306c154867e631c9.tar.xz
testing: Migration of KVM framework to Linux 4.x kernel
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/build-guestkernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/build-guestkernel b/testing/scripts/build-guestkernel
index 40aa1b4f1..b408d7389 100755
--- a/testing/scripts/build-guestkernel
+++ b/testing/scripts/build-guestkernel
@@ -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