diff options
author | Felix Fietkau <nbd@nbd.name> | 2019-04-27 19:13:07 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-05-11 11:37:10 +0200 |
commit | 85017c40f4efce11edd77e0caac14aed0fd690eb (patch) | |
tree | 016be4bb6f80dcc9ef001a1c95424b8f3fba4cea /target/linux/cns3xxx | |
parent | 9cb3a3255e024183a2e179fe6621cd11fa6b8670 (diff) | |
download | upstream-85017c40f4efce11edd77e0caac14aed0fd690eb.tar.gz upstream-85017c40f4efce11edd77e0caac14aed0fd690eb.tar.bz2 upstream-85017c40f4efce11edd77e0caac14aed0fd690eb.zip |
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 <nbd@nbd.name>
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <nbd@nbd.name>, \ Koen Vandeputte <koen.vandeputte@ncentric.com> KERNEL_PATCHVER:=4.14 +KERNEL_TESTING_PATCHVER := 4.19 define Target/Description Build images for Cavium Networks Econa CNS3xxx based boards, |