From: Luis Araneda Date: Sun, 4 Aug 2019 04:32:05 +0000 (-0400) Subject: zynq: switch to kernel 4.19 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=078848ac0125dddbdcce06632d0fe6afdfd25054;p=openwrt%2Fstaging%2Fjow.git zynq: switch to kernel 4.19 Use kernel 4.19 by default Signed-off-by: Luis Araneda --- diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index 3081101924..bcd36ffe2c 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.14 +KERNEL_PATCHVER:=4.19 include $(INCLUDE_DIR)/target.mk