diff options
| author | Christian Marangi | 2025-11-04 18:26:05 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-04 18:31:06 +0000 |
| commit | 995f444f38e7065737c9637bb5236cc47eed5f92 (patch) | |
| tree | 16949a93a410b89009b9bb9a0cd577ac24215c96 | |
| parent | 60a71083ca892b4a2a5d6b8e512acc9af799b945 (diff) | |
| download | openwrt-995f444f38e7065737c9637bb5236cc47eed5f92.tar.gz | |
ipq806x: switch to kernel 6.12
Move the ipq806x target to kernel 6.12 by default as every kernel bump
problem has been handled.
Link: https://github.com/openwrt/openwrt/pull/20644
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/ipq806x/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 7619ec5083..f4f3c3b31e 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -10,8 +10,7 @@ CPU_TYPE:=cortex-a15 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage Image dtbs |