From 85017c40f4efce11edd77e0caac14aed0fd690eb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 27 Apr 2019 19:13:07 +0200 Subject: build: add a config option for enabling a testing version of the target kernel If the target supports a newer kernel version that is not used by default yet, it can be enabled with this option Signed-off-by: Felix Fietkau --- target/linux/cns3xxx/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/cns3xxx') diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index abb1fccf32..785b06f596 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -15,6 +15,7 @@ CPU_SUBTYPE:=vfp MAINTAINER:=Felix Fietkau , \ Koen Vandeputte KERNEL_PATCHVER:=4.14 +KERNEL_TESTING_PATCHVER := 4.19 define Target/Description Build images for Cavium Networks Econa CNS3xxx based boards, -- cgit v1.2.3