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:
02c7575
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5119
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
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'"
- 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