From: Luis Araneda Date: Fri, 13 Mar 2020 03:23:13 +0000 (-0300) Subject: zynq: switch to kernel 5.4 X-Git-Tag: v21.02.0-rc1~3423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48cf5ddb36895997505412e849235b9ef12cdcd;p=thirdparty%2Fopenwrt.git zynq: switch to kernel 5.4 Use kernel 5.4 by default compile-tested: all devices from target run-tested: Digilent Zybo Z7-20 Signed-off-by: Luis Araneda --- diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index 58853f2e0b6..3119187c37c 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -19,7 +19,7 @@ define Target/Description Build firmware image for Zynq 7000 SoC devices. endef -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk