diff mbox series

[OpenWrt-Devel,3/4] imx6: switch to Linux 4.14

Message ID 1518712478-21603-4-git-send-email-tharvey@gateworks.com
State Superseded
Delegated to: John Crispin
Headers show
Series : imx6: update to Linux 4.14 | expand

Commit Message

Tim Harvey Feb. 15, 2018, 4:34 p.m. UTC
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 target/linux/imx6/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile
index ae6a9b0..152a58e 100644
--- a/target/linux/imx6/Makefile
+++ b/target/linux/imx6/Makefile
@@ -14,7 +14,7 @@  CPU_TYPE:=cortex-a9
 CPU_SUBTYPE:=neon
 MAINTAINER:=Luka Perkov <luka@openwrt.org>
 
-KERNEL_PATCHVER:=4.9
+KERNEL_PATCHVER:=4.14
 
 include $(INCLUDE_DIR)/target.mk