From a30756d846fc1fbf045e30edf7c28019637e0d9d Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Wed, 23 Oct 2019 23:44:34 -0700 Subject: [PATCH] mvebu: switch kernel to 4.14 as workaround --- target/linux/mvebu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 1688065a5c..a920f6db7d 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -12,7 +12,7 @@ FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part SUBTARGETS:=cortexa9 cortexa53 cortexa72 MAINTAINER:=Imre Kaloz -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=4.14 include $(INCLUDE_DIR)/target.mk