diff options
| author | Martin Schiller | 2024-05-15 08:36:21 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-06-08 21:25:35 +0000 |
| commit | c80fa584e5852b6973fe465cb2dc1827ec3e3aec (patch) | |
| tree | e5dbee9dae30050229426a443ee0f1e6b1f4a2b5 | |
| parent | 5b522e49690f4e16e035517bc5a826b62122a36c (diff) | |
| download | openwrt-c80fa584e5852b6973fe465cb2dc1827ec3e3aec.tar.gz | |
lantiq: set Linux 6.6 as testing kernel
Add KERNEL_TESTING_PATCHVER for Linux 6.6.
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 98ed307d80..3474ebe462 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:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 define Target/Description Build firmware images for Lantiq SoC |