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