diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-02-17 16:02:02 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-02-18 19:51:58 +0100 |
commit | b377a908bf8db0cb2d64b141f08ace138ee716a7 (patch) | |
tree | 1c3659f757f292955e9b10b8f9f55399a514952c /target/linux/x86 | |
parent | ae42e7c01b6cc7e5c1006f06e6586f2b3020d6b4 (diff) | |
download | upstream-b377a908bf8db0cb2d64b141f08ace138ee716a7.tar.gz upstream-b377a908bf8db0cb2d64b141f08ace138ee716a7.tar.bz2 upstream-b377a908bf8db0cb2d64b141f08ace138ee716a7.zip |
x86: Use kernel 4.14 by default
Support for kernel 4.14 was added 2 months ago, make it now the default
kernel to use for the x86 target.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Tested-by: Stijn Segers <francesco.borromini@inventati.org>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 47ebca1594..533c0e5248 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu SUBTARGETS:=generic legacy geode 64 MAINTAINER:=Felix Fietkau <nbd@nbd.name> -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 KERNELNAME:=bzImage |