projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d2df5
)
fix error message
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Oct 2006 16:24:13 +0000
(16:24 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Oct 2006 16:24:13 +0000
(16:24 +0000)
SVN-Revision: 5119
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 759cfb0a84930c46fd798ac96c4b16efcc71c8ee..67ccb8a0b0c8732fb243f9f665735d2d0ea85ed1 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'"
- 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