build: remove support for Linux 4.0

This commit is contained in:
Jan Engelhardt
2018-02-12 14:53:01 +01:00
parent a4c50ae405
commit 10f951e61d
5 changed files with 7 additions and 21 deletions

View File

@@ -59,6 +59,8 @@ if test -n "$kbuilddir"; then
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
if test "$kmajor" -gt 4 -o "$kmajor" -eq 4 -a "$kminor" -gt 12; then
echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
elif test "$kmajor" -eq 4 -a "$kminor" -le 0; then
echo "WARNING: That kernel version is not officially supported.";
elif test "$kmajor" -eq 4 -a "$kminor" -le 10; then
:;
else