diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-21 16:28:44 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-11-22 18:32:48 +0100 |
commit | be6c54f59adff7dabcd03ecfa9858b6de4745ca5 (patch) | |
tree | c80e3d87dd38ccede7b111a94f5c0ede16102361 /src/tests | |
parent | 1e14e9ad9e68afe4dcb301d6d465c377fdc5388d (diff) |
compat: new kernels have netlink fixes
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index 32c0cf1..2f288a5 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -10,7 +10,7 @@ endif ARCH := $(firstword $(subst -, ,$(CBUILD))) # Set these from the environment to override -KERNEL_VERSION ?= 4.14 +KERNEL_VERSION ?= 4.14.1 BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles DEBUG_KERNEL ?= no |