1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

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 <luaraneda@gmail.com>
This commit is contained in:
Luis Araneda 2020-03-13 00:23:13 -03:00 committed by Petr Štetiar
parent badedbf007
commit c48cf5ddb3

View File

@ -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