Discussion:
[PATCH] claim to support up to 2.6.28
Tormod Volden
2009-01-11 00:45:01 UTC
Permalink
Tested with a prism2_usb device

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

diff --git a/Configure b/Configure
index 7b62dd2..57a262b 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 26` ] ; then
+if [ $VERSION_CODE -gt `version 2 6 28` ] ; then
$ECHO "******* WARNING WARNING WARNING *******"
- $ECHO "Kernels newer than 2.6.26.x are not supported."
+ $ECHO "Kernels newer than 2.6.28.x are not supported."
$ECHO "******* WARNING WARNING WARNING *******"
fi
--
1.6.0.4
Loading...