diff options
| author | Ansuel Smith | 2022-03-28 00:55:40 +0000 |
|---|---|---|
| committer | Sungbo Eo | 2022-05-01 04:40:13 +0000 |
| commit | 17b7756b5a20f6426f06991b92d6527f27ad1a65 (patch) | |
| tree | 1792d545b211a11d900865ee3adde0d2f0b535ee | |
| parent | 7517955eac8c7bf0672cc6ab190029b2122d8d89 (diff) | |
| download | mkresin-17b7756b5a20f6426f06991b92d6527f27ad1a65.tar.gz | |
ipq40xx: 5.15: add testing kernel version
Add 5.15 kernel as a testing kernel version in the Makefile.
Linksys EA6350v3/EA8300/MR8300 will not build with buildbot settings and
should be disabled when the target is switched, unless the image size is
reduced again.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Reviewed-by: Robert Marko <robert.marko@sartura.hr>
[add comment for increased kernel size]
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
| -rw-r--r-- | target/linux/ipq40xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 9bdb55d783..7df920e2d8 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -9,7 +9,7 @@ CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium mikrotik KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 KERNELNAME:=zImage Image dtbs |