fix a small typo
SVN-Revision: 6654
This commit is contained in:
parent
8e85262a8b
commit
080d4f6710
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ EOF
|
||||||
detect_atheros() {
|
detect_atheros() {
|
||||||
cd /proc/sys/dev
|
cd /proc/sys/dev
|
||||||
[ -d ath ] || return
|
[ -d ath ] || return
|
||||||
for dev in $(ls wifi* 2>&-); do
|
for dev in $(ls -d wifi* 2>&-); do
|
||||||
config_get type "$dev" type
|
config_get type "$dev" type
|
||||||
[ "$type" = atheros ] && return
|
[ "$type" = atheros ] && return
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
Loading…
Reference in a new issue