diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2022-03-28 02:55:40 +0200 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-05-01 13:40:13 +0900 |
commit | 17b7756b5a20f6426f06991b92d6527f27ad1a65 (patch) | |
tree | 1792d545b211a11d900865ee3adde0d2f0b535ee /target/linux/ipq40xx/Makefile | |
parent | 7517955eac8c7bf0672cc6ab190029b2122d8d89 (diff) | |
download | upstream-17b7756b5a20f6426f06991b92d6527f27ad1a65.tar.gz upstream-17b7756b5a20f6426f06991b92d6527f27ad1a65.tar.bz2 upstream-17b7756b5a20f6426f06991b92d6527f27ad1a65.zip |
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>
Diffstat (limited to 'target/linux/ipq40xx/Makefile')
-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 |