Use kernel 5.4 by default compile-tested: all devices from target run-tested: Digilent Zybo Z7-20
Signed-off-by: Luis Araneda <[email protected]> --- target/linux/zynq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index bcd36ffe2c..ac3989ba30 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -20,7 +20,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 -- 2.25.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
