diff options
| author | Robert Marko | 2023-08-14 10:08:07 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-09-17 19:00:25 +0000 |
| commit | b50827fb105cf770cf86f37a1ec6331c0a138eea (patch) | |
| tree | 7615355ab869c9261cd13433b3f9d69cd97e2d58 | |
| parent | 825cfa4e36cb6597c1cf9d320e33585e2d43c8e9 (diff) | |
| download | openwrt-b50827fb105cf770cf86f37a1ec6331c0a138eea.tar.gz | |
ipq40xx: add 6.1 as testing kernel
Allow selecting 6.1 as the testing kernel.
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -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 |