From 6e2e8de75ade6c114464e361ad31fda740c9fec5 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sun, 23 Jun 2019 12:02:04 +0200 Subject: [PATCH] apm821xx: move to 4.19 kernels The 4.19 code has been available for some time now. Since the f2fs / loop issue has been under control I think it's time the target gets to move to it. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index a67aee3b8c..b74dc177a8 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux/apm821xx/Makefile @@ -13,8 +13,7 @@ MAINTAINER:=Chris Blake , \ Christian Lamparter SUBTARGETS:=nand sata -KERNEL_PATCHVER:=4.14 -KERNEL_TESTING_PATCHVER := 4.19 +KERNEL_PATCHVER:=4.19 define Target/Description Build images for AppliedMicro APM821xx based boards.