From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Thu, 1 Mar 2018 20:45:24 +0000 (+0100)
Subject: mvebu: Use kernel 4.14 by default
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=98aa44ce79c7f074ec2f5d627c1fe8a0d7a5a3e1;p=openwrt%2Fstaging%2Fnbd.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 <hauke@hauke-m.de>
---

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 <kaloz@openwrt.org>
 
-KERNEL_PATCHVER:=4.9
+KERNEL_PATCHVER:=4.14
 
 include $(INCLUDE_DIR)/target.mk