projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove support for obsolete /etc/modules file
[openwrt.git]
/
package
/
base-files
/
default
/
sbin
/
wifi
diff --git
a/package/base-files/default/sbin/wifi
b/package/base-files/default/sbin/wifi
index
759cfb0
..
67ccb8a
100755
(executable)
--- a/
package/base-files/default/sbin/wifi
+++ b/
package/base-files/default/sbin/wifi
@@
-20,7
+20,7
@@
wifi_down() {
config_get iftype "$device" type
if eval "type disable_$iftype" 2>/dev/null >/dev/null; then
eval "scan_$iftype '$device'"
config_get iftype "$device" type
if eval "type disable_$iftype" 2>/dev/null >/dev/null; then
eval "scan_$iftype '$device'"
- eval "disable_$iftype '$device'" || echo "$device($iftype):
Setup
failed"
+ eval "disable_$iftype '$device'" || echo "$device($iftype):
Disable
failed"
else
echo "$device($iftype): Interface type not supported"
fi
else
echo "$device($iftype): Interface type not supported"
fi
This page took
0.018865 seconds
and
4
git commands to generate.