mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 14:01:05 +02:00
[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: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15940 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
71aa5e09c4
commit
1a0587ec49
@ -361,7 +361,7 @@ detect_atheros() {
|
|||||||
"
|
"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
[ "$type" = atheros ] && return
|
[ "$type" = atheros ] && continue
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
config wifi-device $dev
|
config wifi-device $dev
|
||||||
option type atheros
|
option type atheros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user