Browse Source

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 <[email protected]>
Hauke Mehrtens 7 years ago
parent
commit
98aa44ce79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/mvebu/Makefile

+ 1 - 1
target/linux/mvebu/Makefile

@@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9
 CPU_SUBTYPE:=vfpv3
 CPU_SUBTYPE:=vfpv3
 MAINTAINER:=Imre Kaloz <[email protected]>
 MAINTAINER:=Imre Kaloz <[email protected]>
 
 
-KERNEL_PATCHVER:=4.9
+KERNEL_PATCHVER:=4.14
 
 
 include $(INCLUDE_DIR)/target.mk
 include $(INCLUDE_DIR)/target.mk