build: remove support for Linux 3.2

This commit is contained in:
Jan Engelhardt
2012-10-16 04:02:31 +02:00
parent b25e96fd49
commit a160a2aa36
6 changed files with 6 additions and 26 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 2; then
elif test "$kmajor" -eq 3 -a "$kminor" -ge 3; then
:;
else
echo "WARNING: That kernel version is not officially supported.";