summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj2024-08-07 18:58:52 +0000
committerRobert Marko2024-08-12 18:59:06 +0000
commita99484ef5824441a9a790fc73ecd1bf0bbde8e4c (patch)
tree32d260534b85be51e72d9f689af54802d55d8d0d
parent879ee70ea4e1093c39d7001d949ec086f5a2f47a (diff)
downloadopenwrt-a99484ef5824441a9a790fc73ecd1bf0bbde8e4c.tar.gz
imx: use kernel 6.6 by default
Switch to Linux kernel version 6.6. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://github.com/openwrt/openwrt/pull/16107 Signed-off-by: Robert Marko <robimarko@gmail.com>
-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 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