diff options
| author | Stijn Segers | 2024-03-24 11:05:17 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-04-03 15:49:53 +0000 |
| commit | ed893a3cc19e528c32da5ea002308e6428cfa1fc (patch) | |
| tree | 766a76501dd7b03ad15109934e95c7cbb2ea5319 | |
| parent | ab2fe43163ed76bfa10b53043982bb6443e362e6 (diff) | |
| download | openwrt-ed893a3cc19e528c32da5ea002308e6428cfa1fc.tar.gz | |
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 |