diff options
| author | Ansuel Smith | 2021-03-01 00:22:54 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2021-05-07 05:05:16 +0000 |
| commit | 85adcec3baf4a3eac9dd1464ed7f06967f3c2c9d (patch) | |
| tree | 716d2ff1b5b8cd38ff492d1c0a3a52bc80aedcbc | |
| parent | 9e843a9b8afca150b80a5e64f9450a3edb9d3246 (diff) | |
| download | openwrt-85adcec3baf4a3eac9dd1464ed7f06967f3c2c9d.tar.gz | |
ipq806x: add kernel 5.10 as testing kernel
Add kernel 5.10 as testing kernel
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
| -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 |