diff options
| author | Shiji Yang | 2025-05-08 15:59:36 +0000 |
|---|---|---|
| committer | Daniel Golle | 2025-07-18 11:31:00 +0000 |
| commit | 5e0f06d558387fb0abb5b3989bb28676eb50dbcc (patch) | |
| tree | ceb31cf23f439f0bbb0512b8b3aaab89ea92248c | |
| parent | 53aa30402c0664714e85e9880418bfe04effa067 (diff) | |
| download | openwrt-5e0f06d558387fb0abb5b3989bb28676eb50dbcc.tar.gz | |
lantiq: enable 6.12 testing kernel
The 6.12 testing kernel for lantiq target is ready now.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
| -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 e7a251a505..08b5018fe4 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -10,6 +10,7 @@ FEATURES:=squashfs SUBTARGETS:=xrx200 xrx200_legacy xway xway_legacy falcon ase KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 define Target/Description Build firmware images for Lantiq SoC |