diff options
author | Stijn Segers <foss@volatilesystems.org> | 2024-03-24 12:05:17 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-03 17:49:53 +0200 |
commit | ed893a3cc19e528c32da5ea002308e6428cfa1fc (patch) | |
tree | 766a76501dd7b03ad15109934e95c7cbb2ea5319 | |
parent | ab2fe43163ed76bfa10b53043982bb6443e362e6 (diff) |
mvebu: add 6.6 testing kernel
Add 6.6 testing kernel for mvebu target.
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
-rw-r--r-- | target/linux/mvebu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 316bf1dfa0..26bd4d4240 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -10,6 +10,7 @@ FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part lega SUBTARGETS:=cortexa9 cortexa53 cortexa72 KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |