diff options
| author | Tim Harvey | 2018-02-15 16:34:37 +0000 |
|---|---|---|
| committer | John Crispin | 2018-02-19 08:32:43 +0000 |
| commit | 8f9668f46c8ab8f9020d83ded7a4007779904b52 (patch) | |
| tree | 036deaaf4dbb4321998d33405abef180878cddfd | |
| parent | 3b2708f09ca2f27fc2510e39f2c753fe649f2c00 (diff) | |
| download | openwrt-8f9668f46c8ab8f9020d83ded7a4007779904b52.tar.gz | |
imx6: switch to Linux 4.14
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
| -rw-r--r-- | target/linux/imx6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index ae6a9b0d5d..152a58e8b1 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 |