2.6.24 is now supported.

This commit is contained in:
pizza 2008-02-04 15:06:36 +00:00
parent 5106fac085
commit f02f84b6cc
1 changed files with 2 additions and 2 deletions

View File

@ -277,9 +277,9 @@ if [ $VERSION_CODE -ge `version 2 6 17` ] ; then
fi
write_bool KERN_2_6_17
if [ $VERSION_CODE -gt `version 2 6 23` ] ; then
if [ $VERSION_CODE -gt `version 2 6 24` ] ; then
$ECHO "******* WARNING WARNING WARNING *******"
$ECHO "Kernels newer than 2.6.23.x are not supported."
$ECHO "Kernels newer than 2.6.24.x are not supported."
$ECHO "******* WARNING WARNING WARNING *******"
fi