From: Hauke Mehrtens Date: Thu, 1 Mar 2018 20:45:24 +0000 (+0100) Subject: mvebu: Use kernel 4.14 by default X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98aa44ce79c7f074ec2f5d627c1fe8a0d7a5a3e1;p=librecmc%2Flibrecmc.git mvebu: Use kernel 4.14 by default I am not aware of any regressions in kernel 4.14 compared to kernel 4.9. Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index a07aa7cf2d..6f0c1925c2 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Imre Kaloz -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 include $(INCLUDE_DIR)/target.mk