[openwrt/openwrt] imx: use kernel 6.6 by default
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 12 11:59:10 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a99484ef5824441a9a790fc73ecd1bf0bbde8e4c
commit a99484ef5824441a9a790fc73ecd1bf0bbde8e4c
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Wed Aug 7 20:58:52 2024 +0200
imx: use kernel 6.6 by default
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16107
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/imx/Makefile | 3 +--
1 file changed, 1 insertion(+), 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
More information about the lede-commits
mailing list