build: remove support for Linux 3.1

This commit is contained in:
Jan Engelhardt
2012-10-16 04:00:02 +02:00
parent 6d74f76a29
commit b25e96fd49
5 changed files with 6 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ if test -n "$kbuilddir"; then
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 6; then
echo "WARNING: That kernel version is not officially supported.";
elif test "$kmajor" -eq 3 -a "$kminor" -ge 1; then
elif test "$kmajor" -eq 3 -a "$kminor" -ge 2; then
:;
else
echo "WARNING: That kernel version is not officially supported.";