projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d7d93c
)
zynq: switch default kernel to 5.15
author
Nick Hainke
<vincent@systemli.org>
Tue, 24 Jan 2023 12:01:07 +0000
(13:01 +0100)
committer
Chuanhong Guo
<gch981213@gmail.com>
Mon, 30 Jan 2023 10:01:14 +0000
(18:01 +0800)
The default kernel should be switched to 5.15 in order to enable testing
by a broader audience.
Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/zynq/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/zynq/Makefile
b/target/linux/zynq/Makefile
index b3ad1db8d506d0f1ba9aa8ccc884059a9e2718b9..f48b58e598243e3a2a91ab347fec085104c52415 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:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
include $(INCLUDE_DIR)/target.mk