diff options
| author | Stefan Kalscheuer | 2025-05-31 10:40:11 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-19 21:09:40 +0000 |
| commit | 7e014bbe0b1591dada6ea5abfd70a2177d1a2747 (patch) | |
| tree | cc217e67687d0c398cbade873f994643bb7d1ae3 | |
| parent | 819f78463c184d358480af40b4d2327a06ec9b4c (diff) | |
| download | openwrt-7e014bbe0b1591dada6ea5abfd70a2177d1a2747.tar.gz | |
mvebu: add 6.12 testing kernel
Add 6.12 testing kernel for mvebu target.
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/18975
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -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 b279d818ed..3e1c0194eb 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.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |