diff options
| author | Luis Araneda | 2021-10-10 02:55:06 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2021-10-17 12:13:22 +0000 |
| commit | 88537e76ec06012826d72e175b77c452cb41d256 (patch) | |
| tree | fdf7a355bf2bcc3d0629f17ec84d460b2e6e63ff | |
| parent | 16ba7ca8beb8ef6b9b59a1d0ce423cdfaeea2314 (diff) | |
| download | openwrt-88537e76ec06012826d72e175b77c452cb41d256.tar.gz | |
zynq: switch to kernel 5.10
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>
| -rw-r--r-- | target/linux/zynq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index b5988c9e05..83807913e4 100644 --- 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 |