From: Zoltan HERPAI Date: Tue, 16 Apr 2024 10:20:59 +0000 (+0200) Subject: pistachio: default to kernel 6.1 X-Git-Tag: v24.10.0-rc1~2218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20bf7c3ff748221d999ce7962447fb499e3e9f59;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile index f170ff0125a..d5cfb0fe150 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