diff options
| author | Shiji Yang | 2025-05-31 15:51:29 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-10-14 08:27:29 +0000 |
| commit | 1f4681f82a59fa50cea19b4d3f1ef4e8331f6f3b (patch) | |
| tree | 22ad914926ae172bcbb00bd07b42c6a52af50172 | |
| parent | ae70dbc26787497e25faa8d67b5944b7bb9023e4 (diff) | |
| download | openwrt-1f4681f82a59fa50cea19b4d3f1ef4e8331f6f3b.tar.gz | |
ipq806x: enable 6.12 testing kernel
The 6.12 testing kernel for ipq806x target is ready now.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18989
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/ipq806x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 6bb93d9725..7619ec5083 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -11,6 +11,7 @@ CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 KERNELNAME:=zImage Image dtbs |