From: Zhu Yujie Date: Wed, 19 Nov 2025 08:46:07 +0000 (+0800) Subject: siflower: add support for Linux 6.12 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e73c4a72f45602b31688ee33a70fc89a01888b53;p=openwrt%2Fstaging%2Fxback.git siflower: add support for Linux 6.12 Set KERNEL_TESTING_PATCHVER to allow testing Linux 6.12. Signed-off-by: Zhu Yujie Link: https://github.com/openwrt/openwrt/pull/20555 Signed-off-by: Christian Marangi --- diff --git a/target/linux/siflower/Makefile b/target/linux/siflower/Makefile index dc3a45b384..0278092213 100644 --- a/target/linux/siflower/Makefile +++ b/target/linux/siflower/Makefile @@ -8,6 +8,7 @@ FEATURES:=squashfs usb usbgadget SUBTARGETS:=sf19a2890 sf21 KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk