aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-12-06 22:47:01 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-12-09 21:31:11 +0100
commitf4d7799ffc24b1cac5eaba262cf85e6dc99d5ced (patch)
tree2423bd989e07640243fa071fa85fd379376dfa79 /src/tests/qemu
parentbuild system: add dkms installation (diff)
downloadwireguard-monolithic-historical-f4d7799ffc24b1cac5eaba262cf85e6dc99d5ced.tar.xz
wireguard-monolithic-historical-f4d7799ffc24b1cac5eaba262cf85e6dc99d5ced.zip
qemu: bump kernel version
Diffstat (limited to 'src/tests/qemu')
-rw-r--r--src/tests/qemu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile
index a1ece9b..140def6 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -1,7 +1,7 @@
PWD := $(shell pwd)
# Set these from the environment to override
-KERNEL_VERSION ?= 4.8.6
+KERNEL_VERSION ?= 4.8.12
BUILD_PATH ?= $(PWD)/../../../qemu-build
DISTFILES_PATH ?= $(PWD)/distfiles
DEBUG_KERNEL ?= no
@@ -35,9 +35,9 @@ $(DISTFILES_PATH)/$(1):
endef
ifeq ($(findstring -rc,$(KERNEL_VERSION)),)
-KERNEL_URL_DIRECTORY := https://www.kernel.org/pub/linux/kernel/v4.x/
+KERNEL_URL_DIRECTORY := https://cdn.kernel.org/pub/linux/kernel/v4.x/
else
-KERNEL_URL_DIRECTORY := https://www.kernel.org/pub/linux/kernel/v4.x/testing/
+KERNEL_URL_DIRECTORY := https://cdn.kernel.org/pub/linux/kernel/v4.x/testing/
endif
$(eval $(call tar_download,KERNEL,linux,$(KERNEL_VERSION),.tar.xz,$(KERNEL_URL_DIRECTORY)))