build: remove support for Linux 3.5

This commit is contained in:
Jan Engelhardt
2012-10-16 04:14:45 +02:00
parent c243c78af4
commit 2a5f1099c8
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 5; then
elif test "$kmajor" -eq 3 -a "$kminor" -ge 6; then
:;
else
echo "WARNING: That kernel version is not officially supported.";