diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-03-11 12:21:49 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-16 22:21:45 +0100 |
commit | 6fa45bcc94296375aa606f982785182606162807 (patch) | |
tree | 4aa7df3f6aaa64ea27bb0ba439426d21fb05191c /target | |
parent | 52e6fb13692986c76fd32159fb9fc82d712a5c3f (diff) | |
download | upstream-6fa45bcc94296375aa606f982785182606162807.tar.gz upstream-6fa45bcc94296375aa606f982785182606162807.tar.bz2 upstream-6fa45bcc94296375aa606f982785182606162807.zip |
imx6: switch to 5.4 kernel
Seems to be working fine, it's 99.9% upstream stuff anyway. Lets start
wider userbase testing.
Cc: Tim Harvey <tharvey@gateworks.com>
Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-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 8c0770d041..068d7ef5a4 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.19 +KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk |