From 14fa9abd6f0311f7383d03f2c6df5df8bd945467 Mon Sep 17 00:00:00 2001 From: acinonyx Date: Sun, 13 Mar 2011 20:58:20 +0000 Subject: [PATCH 1/1] [package] acx: Detect every device present git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26150 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/acx/files/lib/wifi/acx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <