From 997bf7084c935f01031f1f461039b590d1e5f241 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 31 May 2023 23:21:08 +0200 Subject: [PATCH] gemini: Bump to kernel v6.1 This bumps the Gemini kernel to use v6.1. While there is no reason to stay with v5.15, I personally use newer upstream kernels constantly and they are tested and work well. OpenWrt's 6.1 needs more time until it can be switched. Signed-off-by: Linus Walleij Signed-off-by: Christian Lamparter --- target/linux/gemini/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 4266db16cd..284d1247cb 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=fa526 SUBTARGETS:=generic KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 define Target/Description Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU -- 2.30.2