mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-03 00:15:23 +01:00
5 lines
142 B
Bash
Executable file
5 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
|