mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 17:33:10 +02:00
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
|
#!/bin/ash
|
||
|
alias debug=${DEBUG:-:}
|
||
|
debug "### wifi $1 ###"
|
||
|
if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
|
||
|
$DEBUG wlconf $if $1
|