From: Jeremy Sowden Date: Fri, 4 Feb 2022 13:26:43 +0000 (+0100) Subject: build: bump supported kernel version to 5.17 X-Git-Tag: v3.20~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e49a8e42d9e6b60a44cc3962b651d20fffc4dc;p=thirdparty%2Fxtables-addons.git build: bump supported kernel version to 5.17 Signed-off-by: Jeremy Sowden --- diff --git a/configure.ac b/configure.ac index 44148d2..1670ab9 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ AS_IF([test -n "$kbuilddir"], [ yoff ], [ echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; - if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 16; then + if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 17; then yon echo "WARNING: That kernel version is not officially supported yet. Continue at own luck."; yoff