fix a small typo

SVN-Revision: 6654
v19.07.3_mercusys_ac12_duma
Felix Fietkau 18 years ago
parent 8e85262a8b
commit 080d4f6710

@ -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

Loading…
Cancel
Save