fix a small typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6654 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-03-24 00:43:05 +00:00
parent 8c04328d9b
commit 23d90b1c4d
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ EOF
detect_atheros() {
cd /proc/sys/dev
[ -d ath ] || return
for dev in $(ls wifi* 2>&-); do
for dev in $(ls -d wifi* 2>&-); do
config_get type "$dev" type
[ "$type" = atheros ] && return
cat <<EOF