[openwrt/openwrt] omap: switch to kernel 6.1

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 13 10:06:15 PST 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/89129a5a8b1ff27c1b6a9a4965c13c106b44a200

commit 89129a5a8b1ff27c1b6a9a4965c13c106b44a200
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Thu Feb 8 10:38:14 2024 +0100

    omap: switch to kernel 6.1
    
    Lightly tested on boneblack, no fallout observed so far.
    
    Signed-off-by: Andre Heider <a.heider at gmail.com>
---
 target/linux/omap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile
index f995b5eae4..fc0842d056 100644
--- a/target/linux/omap/Makefile
+++ b/target/linux/omap/Makefile
@@ -12,7 +12,7 @@ CPU_TYPE:=cortex-a8
 CPU_SUBTYPE:=vfpv3
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=5.15
+KERNEL_PATCHVER:=6.1
 
 KERNELNAME:=zImage dtbs
 




More information about the lede-commits mailing list