[openwrt/openwrt] pistachio: switch to 5.15 by default
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 23 15:32:43 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ac21dff5b67698c09f54a4b98d6f9f12af17edd4
commit ac21dff5b67698c09f54a4b98d6f9f12af17edd4
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Jan 22 21:09:21 2023 +0100
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 <hauke at hauke-m.de>
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
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
More information about the lede-commits
mailing list