From: acinonyx Date: Sun, 13 Mar 2011 20:58:20 +0000 (+0000) Subject: [package] acx: Detect every device present X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/14fa9abd6f0311f7383d03f2c6df5df8bd945467?hp=6c70430aed386aefe7cf8a0e76af920190a9f3ff [package] acx: Detect every device present git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26150 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/acx/files/lib/wifi/acx.sh b/package/acx/files/lib/wifi/acx.sh index 07ff03e01..f35cd2a4c 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 <