aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@citymesh.com>2024-02-13 11:18:03 +0100
committerPetr Štetiar <ynezz@true.cz>2024-02-18 11:23:11 +0000
commitdc685cf36e332612c39ee43b729f812fd322ebc7 (patch)
tree752dad6469b9858b9c413a8539654c7b783a58b5 /target
parent5fe80218f914ce88a6e859771291e1dccb5784bf (diff)
imx: switch to kernel 6.1
I have this kernel running for weeks some on a lot of boards in multiple scenarios Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/imx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile
index 5f7f9db589..8fd6f23950 100644
--- a/target/linux/imx/Makefile
+++ b/target/linux/imx/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=NXP i.MX
FEATURES:=audio display fpu gpio pcie rtc usb usbgadget squashfs targz nand ubifs boot-part rootfs-part
SUBTARGETS:=cortexa7 cortexa9
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk