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:
9e86e0b
)
zynq: set default kernel version to 6.1
author
Nick Hainke
<vincent@systemli.org>
Wed, 1 May 2024 08:24:49 +0000
(10:24 +0200)
committer
Nick Hainke
<vincent@systemli.org>
Wed, 1 May 2024 08:24:49 +0000
(10:24 +0200)
Set default kernel version to 6.1, facilitating simpler testing across
a broader user base.
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 7e4ff3288136fea507397919572a25f61031a862..90e49df87892db327aad1caae87c0c49c2ae1a64 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.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk