[openwrt/openwrt] siflower: switch to kernel 6.12

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 25 10:08:35 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/cdafb1fde94229b21651d410893a5c6081577b54

commit cdafb1fde94229b21651d410893a5c6081577b54
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Sun Nov 23 10:06:15 2025 +0100

    siflower: switch to kernel 6.12
    
    switch the kernel to 6.12 by default
    
    Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20893
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 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
 




More information about the lede-commits mailing list