build: remove support for Linux 3.0

This commit is contained in:
Jan Engelhardt
2012-10-16 03:21:01 +02:00
parent 78e47758c6
commit 6d74f76a29
4 changed files with 5 additions and 5 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 0; then
elif test "$kmajor" -eq 3 -a "$kminor" -ge 1; then
:;
else
echo "WARNING: That kernel version is not officially supported.";