projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ba7ca
)
zynq: switch to kernel 5.10
author
Luis Araneda
<luaraneda@gmail.com>
Sun, 10 Oct 2021 02:55:06 +0000
(23:55 -0300)
committer
Adrian Schmutzler
<freifunk@adrianschmutzler.de>
Sun, 17 Oct 2021 12:13:22 +0000
(14:13 +0200)
Use kernel 5.10 by default
compile-tested: all devices from target (wth ALL_KMODS)
run-tested: Digilent Zybo Z7-20
Signed-off-by: Luis Araneda <luaraneda@gmail.com>
target/linux/zynq/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/zynq/Makefile
b/target/linux/zynq/Makefile
index b5988c9e052177a0bfb78d3a4843a72893e7660c..83807913e41693544a3ee4166c38e19381af6c4f 100644
(file)
--- a/
target/linux/zynq/Makefile
+++ b/
target/linux/zynq/Makefile
@@
-17,7
+17,7
@@
define Target/Description
Build firmware image for Zynq 7000 SoC devices.
endef
-KERNEL_PATCHVER:=5.
4
+KERNEL_PATCHVER:=5.
10
include $(INCLUDE_DIR)/target.mk