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:
d0d1f19
)
d1: use kernel 6.12 by default
author
Zoltan HERPAI
<
[email protected]
>
Sat, 24 May 2025 10:43:39 +0000
(10:43 +0000)
committer
Zoltan HERPAI
<
[email protected]
>
Sat, 24 May 2025 12:03:02 +0000
(14:03 +0200)
Switch to Linux kernel version 6.12.
Signed-off-by: Zoltan HERPAI <
[email protected]
>
target/linux/d1/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/d1/Makefile
b/target/linux/d1/Makefile
index 7bd9b936aac63fc744e5b790fe0236eae1c66ff8..23a987bc582e938537b050a54c39169dc0399735 100644
(file)
--- a/
target/linux/d1/Makefile
+++ b/
target/linux/d1/Makefile
@@
-11,8
+11,7
@@
FEATURES:=ext4 squashfs
KERNELNAME:=Image dtbs
SUBTARGETS:=generic
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk