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:
cd851fb
)
zynq: switch to kernel 6.12
author
Goetz Goerisch
<
[email protected]
>
Sun, 23 Nov 2025 09:09:29 +0000
(10:09 +0100)
committer
Christian Marangi
<
[email protected]
>
Tue, 25 Nov 2025 16:27:24 +0000
(17:27 +0100)
switch the kernel to 6.12 by default
Signed-off-by: Goetz Goerisch <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/20892
Signed-off-by: Christian Marangi <
[email protected]
>
target/linux/zynq/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/zynq/Makefile
b/target/linux/zynq/Makefile
index f504dd35662c6b2e1e0941d54f7f6c104572fc12..36f6dc2429d10e5e7a9d64b795b6e70fdfad9509 100644
(file)
--- a/
target/linux/zynq/Makefile
+++ b/
target/linux/zynq/Makefile
@@
-18,8
+18,7
@@
define Target/Description
Build firmware image for Zynq 7000 SoC devices.
endef
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk