diff options
Diffstat (limited to 'root/sbin/wifi')
-rwxr-xr-x | root/sbin/wifi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/root/sbin/wifi b/root/sbin/wifi new file mode 100755 index 0000000000..b63912ddf8 --- /dev/null +++ b/root/sbin/wifi @@ -0,0 +1,4 @@ +#!/bin/ash + debug "### wifi $1 ###" + if=$(awk 'sub(":","") {print $1}' /proc/net/wireless) + $DEBUG wlconf $if $1 |