Fix scripts/driver-select due to new version changes
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 18 May 2010 01:09:34 +0000 (18:09 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 18 May 2010 01:09:34 +0000 (18:09 -0700)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/driver-select

index 75f2463b502bb7bcc9ca951acdc7c16aca8d5411..70eef2577eb41623a0db1c50a6fc3502f040370c 100755 (executable)
@@ -204,7 +204,7 @@ if [ $# -ne 1 ]; then
        exit
 fi
 
-if [ ! -f compat-release ]; then
+if [ ! -f compat_version ]; then
        echo "Must run $0 from the compat-wireless top level directory"
        exit
 fi