acx: Detect every device present

SVN-Revision: 26150
master
Vasilis Tsiligiannis 14 years ago
parent 71e83bd2e1
commit 435f4374a4
  1. 2
      package/acx/files/lib/wifi/acx.sh

@ -181,7 +181,7 @@ detect_acx() {
cd /sys/class/net
for dev in $(ls -d wlan* 2>&-); do
config_get type "$dev" type
[ "$type" = acx ] && return
[ "$type" = acx ] && continue
cat <<EOF
config wifi-device $dev
option type acx

Loading…
Cancel
Save