projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed07f6b
)
Fix scripts/driver-select due to new version changes
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 18 May 2010 01:09:34 +0000
(18:09 -0700)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/scripts/driver-select
b/scripts/driver-select
index 75f2463b502bb7bcc9ca951acdc7c16aca8d5411..70eef2577eb41623a0db1c50a6fc3502f040370c 100755
(executable)
--- a/
scripts/driver-select
+++ b/
scripts/driver-select
@@
-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