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