build: support for Linux 3.4

This commit is contained in:
Jan Engelhardt
2012-04-05 04:44:19 +02:00
parent 517b8c66b5
commit 3679e0efa6
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ if test -n "$kbuilddir"; then
echo "WARNING: Version detection did not succeed. Continue at own luck.";
else
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 3; then
if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 4; then
echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
elif test "$kmajor" -eq 3; then
:;

View File

@@ -6,7 +6,7 @@ Fixes:
(affected kernels < 2.6.23)
- xt_SYSRQ: fix compile error when crypto is turned off
Enhancements:
- Support for Linux 3.3
- Support for Linux 3.3, 3.4
v1.41 (2012-01-04)