diff options
| author | Zhu Yujie | 2025-11-19 08:46:07 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-19 19:57:33 +0000 |
| commit | e73c4a72f45602b31688ee33a70fc89a01888b53 (patch) | |
| tree | a8ba58f4faf1588fe769eae2a206535bdb07aad5 | |
| parent | fc53b0416092a9960e6538f66e73f3fea04020bb (diff) | |
| download | openwrt-e73c4a72f45602b31688ee33a70fc89a01888b53.tar.gz | |
siflower: add support for Linux 6.12
Set KERNEL_TESTING_PATCHVER to allow testing Linux 6.12.
Signed-off-by: Zhu Yujie <libriunc@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20555
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/siflower/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |