diff options
| author | David Bauer | 2025-05-09 19:43:27 +0000 |
|---|---|---|
| committer | David Bauer | 2025-11-12 18:37:35 +0000 |
| commit | 8358e594c6cb6eb477e4779a39b23f602785dfaf (patch) | |
| tree | ee94991dcdffea27f0a894dc04fd4adcefe0d315 | |
| parent | 57bdd90b83aa9268509282df818f9a893e388d37 (diff) | |
| download | openwrt-8358e594c6cb6eb477e4779a39b23f602785dfaf.tar.gz | |
mpc85xx: introduce 6.12 testing kernel
Signed-off-by: David Bauer <mail@david-bauer.net>
| -rw-r--r-- | target/linux/mpc85xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index a095714c8a..2161a70543 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -12,6 +12,7 @@ FEATURES:=squashfs ramdisk nand SUBTARGETS:=p1010 p1020 p2020 KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 KERNELNAME:=zImage |