diff options
| author | Pawel Dembicki | 2024-08-06 08:42:27 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-08-06 19:40:32 +0000 |
| commit | ed4b434ab98773852d5a3ec54de8ef9adbedda9e (patch) | |
| tree | b18a6e6838bc2358ac8b259e6e1320dd29cd98df | |
| parent | 0171157d45f1c8c068608b69afdcdef101e5a594 (diff) | |
| download | openwrt-ed4b434ab98773852d5a3ec54de8ef9adbedda9e.tar.gz | |
mpc85xx: switch to kernel 6.6
It's time for wide tests.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16087
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -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 7c8453776b..a095714c8a 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.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 KERNELNAME:=zImage |