Skip to content
Snippets Groups Projects
Commit 1a0587ec authored by jow's avatar jow
Browse files

[PATCH] [madwifi] Detect every atheros device present

This patch is for boards with more than one atheros devices. It changes 
detect_atheros() function to continue with the detection of every device
present and don't return when just one is found
Signed-off-by: default avatarVasilis Tsiligiannis <b_tsiligiannis@silverton.gr>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15940 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 71aa5e09
No related branches found
No related tags found
Loading
......@@ -361,7 +361,7 @@ detect_atheros() {
"
;;
esac
[ "$type" = atheros ] && return
[ "$type" = atheros ] && continue
cat <<EOF
config wifi-device $dev
option type atheros
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment