From: Petr Štetiar Date: Wed, 11 Mar 2020 11:21:49 +0000 (+0100) Subject: imx6: switch to 5.4 kernel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6fa45bcc94296375aa606f982785182606162807;p=openwrt%2Fstaging%2Fzorun.git 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 Cc: Koen Vandeputte Signed-off-by: Petr Štetiar --- 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 -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk