diff options
| author | Shiji Yang | 2025-05-06 11:30:52 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-20 13:33:03 +0000 |
| commit | e0d3c307f98ad3e80825e471a91e045f56f4c8fe (patch) | |
| tree | 96805f4d81a03e88174568fe6349d540c8a894a6 | |
| parent | ac69d0510ade3c3cb2d05ba86258b7e6d685ee7d (diff) | |
| download | openwrt-e0d3c307f98ad3e80825e471a91e045f56f4c8fe.tar.gz | |
ipq40xx: enable 6.12 testing kernel
The 6.12 testing kernel for ipq40xx target is ready now.
Tested on SKSpruce WIA3300-20.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18725
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ipq40xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 68a47c9082..39bc0e1774 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -9,6 +9,7 @@ CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium mikrotik KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 KERNELNAME:=zImage Image dtbs |