pistachio: default to kernel 6.1
authorZoltan HERPAI <wigyori@uid0.hu>
Tue, 16 Apr 2024 10:20:59 +0000 (12:20 +0200)
committerZoltan HERPAI <wigyori@uid0.hu>
Tue, 16 Apr 2024 10:20:59 +0000 (12:20 +0200)
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>
target/linux/pistachio/Makefile

index f170ff0125ab0983102a976f256c7f6799826fc6..d5cfb0fe1502b321192e258ec866d29c213cb102 100644 (file)
@@ -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