X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Facx%2Ffiles%2Flib%2Fwifi%2Facx.sh;h=f35cd2a4c47e8b99f75ff6bb1cb4dffb498fc5c1;hb=14fa9abd6f0311f7383d03f2c6df5df8bd945467;hp=07ff03e015c501c8199aad976286ff6f01b8e189;hpb=6c70430aed386aefe7cf8a0e76af920190a9f3ff;p=openwrt.git diff --git a/package/acx/files/lib/wifi/acx.sh b/package/acx/files/lib/wifi/acx.sh index 07ff03e015..f35cd2a4c4 100644 --- a/package/acx/files/lib/wifi/acx.sh +++ b/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 <