[openwrt/openwrt] lantiq: set Linux 6.1 as testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Wed May 15 01:21:05 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e692742be7bb220483514d1223706fb1104a758c
commit e692742be7bb220483514d1223706fb1104a758c
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Mon May 13 08:57:58 2024 +0200
lantiq: set Linux 6.1 as testing kernel
Add KERNEL_TESTING_PATCHVER for Linux 6.1.
Signed-off-by: Martin Schiller <ms at dev.tdt.de>
---
target/linux/lantiq/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile
index 2e166a5f37..d900416d3a 100644
--- a/target/linux/lantiq/Makefile
+++ b/target/linux/lantiq/Makefile
@@ -10,6 +10,7 @@ FEATURES:=squashfs
SUBTARGETS:=xrx200 xway xway_legacy falcon ase
KERNEL_PATCHVER:=5.15
+KERNEL_TESTING_PATCHVER:=6.1
define Target/Description
Build firmware images for Lantiq SoC
More information about the lede-commits
mailing list