mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-21 14:13:07 +00:00
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>
SVN-Revision: 15940
This commit is contained in:
parent
6509fe4657
commit
bd50b95bde
@ -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…
Reference in New Issue
Block a user