[openwrt/openwrt] pistachio: use kernel 6.12 by default

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 1 07:26:30 PDT 2025


wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/56b9ceef645a2a040fa213bfce7b39d9b9e7a2d8

commit 56b9ceef645a2a040fa213bfce7b39d9b9e7a2d8
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Sun Jun 1 12:04:18 2025 +0000

    pistachio: use kernel 6.12 by default
    
    Switch to Linux kernel version 6.12.
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 target/linux/pistachio/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile
index 079b5412d4..65cdbe615b 100644
--- a/target/linux/pistachio/Makefile
+++ b/target/linux/pistachio/Makefile
@@ -12,8 +12,7 @@ CPU_TYPE:=24kc
 CPU_SUBTYPE:=24kf
 SUBTARGETS:=generic
 
-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