build: remove support for Linux 2.6.33

This commit is contained in:
Jan Engelhardt
2012-10-16 00:52:56 +02:00
parent 557af2177f
commit ea3e4b2ed5
6 changed files with 11 additions and 39 deletions

View File

@@ -67,7 +67,7 @@ if test -n "$kbuilddir"; then
echo "WARNING: That kernel version is not officially supported.";
elif test "$kmajor" -eq 3; then
:;
elif test "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -ge 33; then
elif test "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -ge 34; then
:;
else
echo "WARNING: That kernel version is not officially supported.";