From: Jeremy Sowden Date: Mon, 31 Aug 2020 12:59:48 +0000 (+0200) Subject: build: bump supported kernel version to 5.9 X-Git-Tag: v3.11~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4784832edb507e8a3939c8873116df8473ee621;p=thirdparty%2Fxtables-addons.git build: bump supported kernel version to 5.9 Signed-off-by: Jeremy Sowden --- diff --git a/configure.ac b/configure.ac index 7d77996..3e4755d 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ if test -n "$kbuilddir"; then echo "WARNING: Version detection did not succeed. Continue at own luck."; else echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir"; - if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 8; then + if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 9; then echo "WARNING: That kernel version is not officially supported yet. Continue at own luck."; elif test "$kmajor" -eq 5 -a "$kminor" -ge 0; then :