From: Nick Hainke Date: Sun, 22 Jan 2023 20:09:21 +0000 (+0100) Subject: pistachio: switch to 5.15 by default X-Git-Tag: v23.05.0-rc1~1170 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ac21dff5b67698c09f54a4b98d6f9f12af17edd4;p=openwrt%2Fopenwrt.git 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 --- 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