projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add fprobe-ulog package
[openwrt.git]
/
obsolete-buildroot
/
sources
/
openwrt
/
root
/
sbin
/
wifi
diff --git
a/obsolete-buildroot/sources/openwrt/root/sbin/wifi
b/obsolete-buildroot/sources/openwrt/root/sbin/wifi
index
03ec66e
..
6360fff
100755
(executable)
--- a/
obsolete-buildroot/sources/openwrt/root/sbin/wifi
+++ b/
obsolete-buildroot/sources/openwrt/root/sbin/wifi
@@
-1,5
+1,5
@@
#!/bin/ash
#!/bin/ash
-
alias debug=${DEBUG:-:}
-
debug "### wifi $1 ###"
-
if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
-
$DEBUG wlconf $if $1
+alias debug=${DEBUG:-:}
+debug "### wifi $1 ###"
+if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
+$DEBUG wlconf $if $1
This page took
0.019353 seconds
and
4
git commands to generate.