diff options
| author | David Bauer | 2025-11-12 18:38:29 +0000 |
|---|---|---|
| committer | David Bauer | 2025-11-12 18:38:29 +0000 |
| commit | 8d679ff5ddc4875e18f3f03790efc1fe5bde71f3 (patch) | |
| tree | fe4595703f5d12d34d056aec94e661258c93eefb | |
| parent | daca63ac8f854d2132fdef569f199163acf3eb5c (diff) | |
| download | openwrt-8d679ff5ddc4875e18f3f03790efc1fe5bde71f3.tar.gz | |
mpc85xx: make kernel 6.12 the default kernel
Signed-off-by: David Bauer <mail@david-bauer.net>
| -rw-r--r-- | target/linux/mpc85xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 2161a70543..d4693d487f 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -11,8 +11,7 @@ CPU_TYPE:=8548 FEATURES:=squashfs ramdisk nand SUBTARGETS:=p1010 p1020 p2020 -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage |