From: Mieczyslaw Nalewaj Date: Wed, 7 Aug 2024 18:58:52 +0000 (+0200) Subject: imx: use kernel 6.6 by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a99484ef5824441a9a790fc73ecd1bf0bbde8e4c;p=openwrt%2Fstaging%2Fthess.git imx: use kernel 6.6 by default Switch to Linux kernel version 6.6. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/16107 Signed-off-by: Robert Marko --- diff --git a/target/linux/imx/Makefile b/target/linux/imx/Makefile index 2d3f35e4b4..2eb12943c3 100644 --- a/target/linux/imx/Makefile +++ b/target/linux/imx/Makefile @@ -9,8 +9,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 cortexa53 -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk