projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c3dfdc
)
pistachio: default to kernel 6.1
author
Zoltan HERPAI
<wigyori@uid0.hu>
Tue, 16 Apr 2024 10:20:59 +0000
(12:20 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Tue, 16 Apr 2024 10:20:59 +0000
(12:20 +0200)
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>
target/linux/pistachio/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/pistachio/Makefile
b/target/linux/pistachio/Makefile
index f170ff0125ab0983102a976f256c7f6799826fc6..d5cfb0fe1502b321192e258ec866d29c213cb102 100644
(file)
--- 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