From: Luis Araneda Date: Sun, 10 Oct 2021 02:55:06 +0000 (-0300) Subject: zynq: switch to kernel 5.10 X-Git-Tag: v22.03.0-rc1~1540 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=88537e76ec06012826d72e175b77c452cb41d256;p=openwrt%2Fstaging%2Fhauke.git 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 --- 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