diff options
| author | Martin Schiller | 2024-05-13 06:57:58 +0000 |
|---|---|---|
| committer | Martin Schiller | 2024-05-15 06:54:58 +0000 |
| commit | e692742be7bb220483514d1223706fb1104a758c (patch) | |
| tree | 0f25024f51d28a1f426f7cd045ac3d6e75d9e9c4 | |
| parent | b704c537cfb96e77b4462442681a803b448c91f1 (diff) | |
| download | openwrt-e692742be7bb220483514d1223706fb1104a758c.tar.gz | |
lantiq: set Linux 6.1 as testing kernel
Add KERNEL_TESTING_PATCHVER for Linux 6.1.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
| -rw-r--r-- | target/linux/lantiq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |