projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccaa493
)
malta: use kernel 6.12 by default
author
Hauke Mehrtens
<
[email protected]
>
Mon, 14 Jul 2025 21:35:44 +0000
(23:35 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 20 Jul 2025 21:37:37 +0000
(23:37 +0200)
Switch to Linux kernel version 6.12.
Link:
https://github.com/openwrt/openwrt/pull/19414
Signed-off-by: Hauke Mehrtens <
[email protected]
>
target/linux/malta/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/malta/Makefile
b/target/linux/malta/Makefile
index 6de1c990cc33cbd279a113ff7881add49b0f860d..de0477bd9ace7345c147ef20ae5d393252329077 100644
(file)
--- a/
target/linux/malta/Makefile
+++ b/
target/linux/malta/Makefile
@@
-10,8
+10,7
@@
SUBTARGETS:=le be le64 be64
INITRAMFS_EXTRA_FILES:=
FEATURES:=cpiogz ext4 ramdisk squashfs targz
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk