From 4b64def3d9346e37f01e267c1aa63fac69d31005 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 19 Nov 2025 14:57:28 +0100 Subject: Add support for 6.14+ --- src/kernel/xloop_main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/kernel/xloop_main.c') diff --git a/src/kernel/xloop_main.c b/src/kernel/xloop_main.c index 543cf12..eb91cc1 100644 --- a/src/kernel/xloop_main.c +++ b/src/kernel/xloop_main.c @@ -16,6 +16,8 @@ #include "xloop_main_5.15.c" #elif LINUX_VERSION_CODE < KERNEL_VERSION(6, 11, 0) #include "xloop_main_6.6.c" -#else +#elif LINUX_VERSION_CODE < KERNEL_VERSION(6, 14, 0) #include "xloop_main_6.11.c" +#else +#include "xloop_main_6.14.c" #endif -- cgit v1.2.3-55-g7522