From ac21dff5b67698c09f54a4b98d6f9f12af17edd4 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sun, 22 Jan 2023 21:09:21 +0100 Subject: [PATCH] pistachio: switch to 5.15 by default It appears that only a few users are using the pistachio SoC. The most active user of the target has already approved the testing kernel and so it is very unlikely bugs will be reported in the near future. Therefore, the target should be directly bumped to 5.15. Acked-by: Hauke Mehrtens Signed-off-by: Nick Hainke --- 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 ba3764305b..6ccf63142e 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.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk -- 2.30.2