projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d904d
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 17 Nov 2006 05:31:21 +0000
(
05:31
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 17 Nov 2006 05:31:21 +0000
(
05:31
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5554
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/sbin/wifi
patch
|
blob
|
history
diff --git
a/package/base-files/default/sbin/wifi
b/package/base-files/default/sbin/wifi
index
e13c352
..
d877c73
100755
(executable)
--- a/
package/base-files/default/sbin/wifi
+++ b/
package/base-files/default/sbin/wifi
@@
-31,7
+31,7
@@
bridge_interface() {(
scan_interfaces
config_get iftype "$cfg" type
- [ "$iftype" = bridge ] && config_get "$
iftype
" ifname
+ [ "$iftype" = bridge ] && config_get "$
cfg
" ifname
)}