diff options
| author | Goetz Goerisch | 2025-08-14 11:36:41 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-08-17 09:12:25 +0000 |
| commit | 750f2abd8865e64e252af4b7cb5b04e0c60cb325 (patch) | |
| tree | e1a0671d8a9698687502d2c20245f77743df7552 | |
| parent | 899deae535ac7d0f659dfa3a7b7e769ea74999a4 (diff) | |
| download | openwrt-750f2abd8865e64e252af4b7cb5b04e0c60cb325.tar.gz | |
ipq40xx: switch to kernel 6.12
Let's switch the ipq40xx target to use kernel 6.12 by default.
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19778
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/ipq40xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 39bc0e1774..35412846f9 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -8,8 +8,7 @@ CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium mikrotik -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage Image dtbs |