projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
345efe6
)
imx: switch to kernel 6.12
author
Christian Marangi
<
[email protected]
>
Fri, 21 Nov 2025 22:41:28 +0000
(23:41 +0100)
committer
Christian Marangi
<
[email protected]
>
Sat, 22 Nov 2025 09:11:51 +0000
(10:11 +0100)
Move the imx target to kernel 6.12 by default.
Link:
https://github.com/openwrt/openwrt/pull/20856
Signed-off-by: Christian Marangi <
[email protected]
>
target/linux/imx/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/imx/Makefile
b/target/linux/imx/Makefile
index bba6332eea76c7ca1df141fa0899a9c14d67bf73..69a46c540355110b10a2e2f296bd692f9e0537f6 100644
(file)
--- 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.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk