diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2024-04-16 12:20:59 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2024-04-16 12:20:59 +0200 |
commit | 20bf7c3ff748221d999ce7962447fb499e3e9f59 (patch) | |
tree | 2e5758c2189d83509f0e6a745ca686bb86fb197f | |
parent | 8c3dfdc46be7e61afe5f6aaca9860d4258d24e8a (diff) |
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@uid0.hu>
-rw-r--r-- | target/linux/pistachio/Makefile | 3 |
1 files changed, 1 insertions, 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 |