projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing symbol
[openwrt.git]
/
package
/
broadcom-wl
/
files
/
lib
/
wifi
/
broadcom.sh
diff --git
a/package/broadcom-wl/files/lib/wifi/broadcom.sh
b/package/broadcom-wl/files/lib/wifi/broadcom.sh
index
75f8b08
..
c444ce8
100644
(file)
--- a/
package/broadcom-wl/files/lib/wifi/broadcom.sh
+++ b/
package/broadcom-wl/files/lib/wifi/broadcom.sh
@@
-335,9
+335,9
@@
EOF
detect_broadcom() {
- local i=
0
+ local i=
-1
- while [ -f /proc/net/wl$((
i++
)) ]; do
+ while [ -f /proc/net/wl$((
++i
)) ]; do
config_get type wl${i} type
[ "$type" = broadcom ] && continue
cat <<EOF
This page took
0.021515 seconds
and
4
git commands to generate.