[openwrt/openwrt] ipq806x: enable testing kernel version with 6.1 version
LEDE Commits
lede-commits at lists.infradead.org
Mon May 22 13:40:50 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4c4ba378969c19b66b96403434f176a84d25f3a1
commit 4c4ba378969c19b66b96403434f176a84d25f3a1
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Oct 19 00:05:36 2022 +0200
ipq806x: enable testing kernel version with 6.1 version
Enable testing kernel version with 6.1 kernel version.
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
target/linux/ipq806x/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile
index 057446f755..81fda2964d 100644
--- a/target/linux/ipq806x/Makefile
+++ b/target/linux/ipq806x/Makefile
@@ -11,6 +11,7 @@ CPU_SUBTYPE:=neon-vfpv4
SUBTARGETS:=generic chromium
KERNEL_PATCHVER:=5.15
+KERNEL_TESTING_PATCHVER:=6.1
KERNELNAME:=zImage Image dtbs
More information about the lede-commits
mailing list