testing: Fix URL for kernel sources

This commit is contained in:
Tobias Brunner
2017-03-20 10:13:33 +01:00
parent 11c40012a3
commit ac9063dae2
+1 -1
View File
@@ -14,7 +14,7 @@ cd $BUILDDIR
if [ ! -f "$KERNELTARBALL" ]
then
url=ftp://ftp.kernel.org/pub/linux/kernel/v${KERNELVERSION:0:1}.x/$KERNELTARBALL
url=https://cdn.kernel.org/pub/linux/kernel/v${KERNELVERSION:0:1}.x/$KERNELTARBALL
log_action "Downloading $url"
execute "wget -q $url"
fi