diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-03-01 01:22:54 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-05-07 07:05:16 +0200 |
commit | 85adcec3baf4a3eac9dd1464ed7f06967f3c2c9d (patch) | |
tree | 716d2ff1b5b8cd38ff492d1c0a3a52bc80aedcbc /target/linux | |
parent | 9e843a9b8afca150b80a5e64f9450a3edb9d3246 (diff) | |
download | upstream-85adcec3baf4a3eac9dd1464ed7f06967f3c2c9d.tar.gz upstream-85adcec3baf4a3eac9dd1464ed7f06967f3c2c9d.tar.bz2 upstream-85adcec3baf4a3eac9dd1464ed7f06967f3c2c9d.zip |
ipq806x: add kernel 5.10 as testing kernel
Add kernel 5.10 as testing kernel
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 69d3aa1e56..c3407217d6 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -11,6 +11,7 @@ CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 KERNELNAME:=zImage Image dtbs |