[openwrt/openwrt] pistachio: default to kernel 6.1
LEDE Commits
lede-commits at lists.infradead.org
Tue Apr 16 05:19:39 PDT 2024
wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/20bf7c3ff748221d999ce7962447fb499e3e9f59
commit 20bf7c3ff748221d999ce7962447fb499e3e9f59
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Tue Apr 16 12:20:59 2024 +0200
pistachio: default to kernel 6.1
6.1 has been present as testing for some time now, so switch the
default to it.
Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
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 f170ff0125..d5cfb0fe15 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.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list