diff options
author | Robert Marko <robimarko@gmail.com> | 2023-08-14 12:08:07 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-17 21:00:25 +0200 |
commit | b50827fb105cf770cf86f37a1ec6331c0a138eea (patch) | |
tree | 7615355ab869c9261cd13433b3f9d69cd97e2d58 /target/linux | |
parent | 825cfa4e36cb6597c1cf9d320e33585e2d43c8e9 (diff) |
ipq40xx: add 6.1 as testing kernel
Allow selecting 6.1 as the testing kernel.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq40xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 53b2f909ae..9af7b7d256 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -9,6 +9,7 @@ CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium mikrotik KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 KERNELNAME:=zImage Image dtbs |