From: Zoltan HERPAI <wigyori@uid0.hu>
Date: Tue, 16 Apr 2024 10:20:59 +0000 (+0200)
Subject: pistachio: default to kernel 6.1
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=20bf7c3ff748221d999ce7962447fb499e3e9f59;p=openwrt%2Fstaging%2Flinusw.git

pistachio: default to kernel 6.1

6.1 has been present as testing for some time now, so switch the
default to it.

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
---

diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile
index f170ff0125..d5cfb0fe15 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:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
 
 include $(INCLUDE_DIR)/target.mk