From 5713032fd43a31e74ff87b7d68c5346f3c27a03e Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 19 Mar 2024 23:31:47 +0100 Subject: [PATCH] pistachio: add 6.1 testing kernel Configure 6.1 as testing kernel. Signed-off-by: Zoltan HERPAI --- target/linux/pistachio/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile index 6ccf63142e..f170ff0125 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -13,6 +13,7 @@ CPU_SUBTYPE:=24kf SUBTARGETS:=generic KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk -- 2.30.2