diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2024-03-13 12:35:04 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-03-24 21:20:46 +0100 |
commit | 004eac14ab5418cd72f5dfb365e0e04a73eca03e (patch) | |
tree | 86c72beb4c1e9ddcc16b4d2a4fbb62aa0c377b03 /target/linux | |
parent | 7a43f185c9ecab4a07dbf1a7613e14215355c38f (diff) |
mpc85xx: add 6.6 testing kernel
This commit adds 6.6 kernel as testing verion.
Run tested:
p2020/p2020-rdb
p1010/TL-WDR4900-V1
p1010/BR200-WP
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux')
-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 bcbd430a65..b9bf0eaff0 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.1 +KERNEL_TESTING_PATCHVER:=6.6 KERNELNAME:=zImage |