[openwrt/openwrt] x86: Use kernel 4.14 by default

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 18 10:53:10 PST 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/b377a908bf8db0cb2d64b141f08ace138ee716a7

commit b377a908bf8db0cb2d64b141f08ace138ee716a7
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Feb 17 16:02:02 2018 +0100

    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 at hauke-m.de>
    Tested-by: Stijn Segers <francesco.borromini at inventati.org>
---
 target/linux/x86/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 47ebca1..533c0e5 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 at nbd.name>
 
-KERNEL_PATCHVER:=4.9
+KERNEL_PATCHVER:=4.14
 
 KERNELNAME:=bzImage
 



More information about the lede-commits mailing list