mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-25 06:21:06 +02:00
[package] acx: Detect every device present
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26150 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c70430aed
commit
14fa9abd6f
@ -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…
x
Reference in New Issue
Block a user