From cdafb1fde94229b21651d410893a5c6081577b54 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Sun, 23 Nov 2025 10:06:15 +0100 Subject: [PATCH] siflower: switch to kernel 6.12 switch the kernel to 6.12 by default Signed-off-by: Goetz Goerisch Link: https://github.com/openwrt/openwrt/pull/20893 Signed-off-by: Christian Marangi --- target/linux/siflower/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/siflower/Makefile b/target/linux/siflower/Makefile index 0278092213..e734f06f02 100644 --- a/target/linux/siflower/Makefile +++ b/target/linux/siflower/Makefile @@ -7,8 +7,7 @@ BOARDNAME:=Siflower SoCs FEATURES:=squashfs usb usbgadget SUBTARGETS:=sf19a2890 sf21 -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk -- 2.30.2