Discussion:
[PATCH] svn tested on 2.6.23.1 so bump kernel version warning message to 2.6.23.x
richard kennedy
2007-10-31 22:35:58 UTC
Permalink
Hi,
I've tested the current usb build of the svn head on 2.6.23.1 and it all
seems to work.
So you may want to bump the kernel version warning message.

cheers
Richard


---
Configure | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Configure b/Configure
index b10d5b7..4d86d5b 100755
--- a/Configure
+++ b/Configure
@@ -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 22` ] ; then
+if [ $VERSION_CODE -gt `version 2 6 23` ] ; then
$ECHO "******* WARNING WARNING WARNING *******"
- $ECHO "Kernels newer than 2.6.22.x are not supported."
+ $ECHO "Kernels newer than 2.6.23.x are not (yet) supported."
$ECHO "******* WARNING WARNING WARNING *******"
fi
--
1.5.3.3
Loading...