]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: update max. supported kernel version
authorJeremy Sowden <jeremy@azazel.net>
Sat, 30 Nov 2019 17:58:43 +0000 (18:58 +0100)
committerJan Engelhardt <jengelh@inai.de>
Sun, 1 Dec 2019 10:02:38 +0000 (11:02 +0100)
The maximum supported version is reported as 5.3. Bump to 5.4.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
configure.ac

index eccb09bf44b4f9762c0b559e81f014854b4d5f28..103cf07d6f9ab61754d3d0e9ca619e740889d06e 100644 (file)
@@ -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 3; then
+               if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 4; 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
                        :