From 20bf7c3ff748221d999ce7962447fb499e3e9f59 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 16 Apr 2024 12:20:59 +0200 Subject: [PATCH] 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 --- 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 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