mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 12:06:50 +00:00
7822103223
SVN-Revision: 94
5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/ash
|
|
debug "### wifi $1 ###"
|
|
if=$(awk 'sub(":","") {print $1}' /proc/net/wireless)
|
|
$DEBUG wlconf $if $1
|