mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
27ac661949
SVN-Revision: 96
6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
#!/bin/ash
|
|
alias debug=${DEBUG:-:}
|
|
debug "### wifi $1 ###"
|
|
if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
|
|
$DEBUG wlconf $if $1
|