diff options
| author | Christian Marangi | 2025-11-21 22:44:45 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-22 09:16:34 +0000 |
| commit | 12ebda3854a9eeedec425826558c25cb97f21089 (patch) | |
| tree | 8e25a7c86e1c0d91952e60170362a643db12b5d5 | |
| parent | 95f62f1fe216c852eeded26e880b4368fb1c9366 (diff) | |
| download | openwrt-12ebda3854a9eeedec425826558c25cb97f21089.tar.gz | |
omap: switch to kernel 6.12
Move the omap target to kernel 6.12 by default.
Link: https://github.com/openwrt/openwrt/pull/20857
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/omap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index ba432ca103..a3086472cd 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -12,8 +12,7 @@ CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 SUBTARGETS:=generic -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage dtbs |