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/bcm53xx/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/bcm53xx') diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 2af1c7e719..4171a04ee4 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -14,6 +14,7 @@ MAINTAINER:=Hauke Mehrtens CPU_TYPE:=cortex-a9 KERNEL_PATCHVER:=4.14 +KERNEL_TESTING_PATCHVER := 4.19 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS. -- cgit v1.2.3